phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: felamimail/templates/default filterForm.tpl,NONE


From: Lars Kneschke <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail/templates/default filterForm.tpl,NONE,1.1.2.1
Date: Tue, 04 Jun 2002 08:25:11 -0400

Update of /cvsroot/phpgroupware/felamimail/templates/default
In directory subversions:/tmp/cvs-serv21026/templates/default

Added Files:
      Tag: Version-0_9_14-branch
        filterForm.tpl 
Log Message:
added missing file


--- NEW FILE ---
<!-- BEGIN header -->

<script>
<!--
  self.name="first_Window";
  function addybook()
  {
        
Window1=window.open('{link_addressbook}',"{lang_search}","width=800,height=480,toolbar=no,scrollbars=yes,resizable=yes");
  }
  function attach_window(url)
  {
        awin = 
window.open(url,"attach","width=500,height=400,toolbar=no,resizable=yes");
  }
-->
</script>

<center>
<br>
<form method="post" name="filterForm" action="{link_action}">
<table width="50%" border="0" cellspacing="1" cellpading="1">
<tr>
        <td class="body" width="40%" align="right">
                {lang_from}:
        </td>
        <td class="body" width="60%" colspan="2">
                <input class="body" type=text size="60" name="from" 
value="{from}">
        </td>
</tr>
<tr>
        <td class="body" width="10%" align="right">
                {lang_subject}:
        </td>
        <td class="body" colspan="2">
                <input class="body" type=text size="60" name="subject" 
value='{subject}'>
        </td>
</tr>
<tr>
        <td colspan="3">
                &nbsp;
        </td>
</tr>
<tr>
        <td  class="body" colspan="3" align="right">
                <input type="submit" class="body" value="Speichern">
        </td>
</tr>


</table>
</form>
<script language="javascript1.2">
<!--
// position cursor in top form field
document.filterForm.from.focus();
//-->
</script>
<!-- END header -->





reply via email to

[Prev in Thread] Current Thread [Next in Thread]