phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/templates/probusiness/form_button_dropdown.


From: nomail
Subject: [Phpgroupware-cvs] calendar/templates/probusiness/form_button_dropdown.tpl, 1.1.2.4
Date: Fri, 21 May 2004 08:38:40 -0000

Update of /calendar/templates/probusiness
Modified Files:
        Branch: Version-0_9_16-branch
          form_button_dropdown.tpl

date: 2004/04/23 14:18:31;  author: fipsfuchs;  state: Exp;  lines: +9 -8

Log Message:
code review by danielb and fips
=====================================================================
Index: calendar/templates/probusiness/form_button_dropdown.tpl
diff -u calendar/templates/probusiness/form_button_dropdown.tpl:1.1.2.3 
calendar/templates/probusiness/form_button_dropdown.tpl:1.1.2.4
--- calendar/templates/probusiness/form_button_dropdown.tpl:1.1.2.3     Mon Mar 
 1 09:49:31 2004
+++ calendar/templates/probusiness/form_button_dropdown.tpl     Fri Apr 23 
14:18:31 2004
@@ -1,11 +1,12 @@
-
-  <td width="100 class="center" valign="bottom">
+  <td style="vertical-align: bottom">
     <form action="{form_link}" method="post" name="{form_name}form">
-      <b>{title}:</b>
-       {hidden_vars}    
-        <select name="{form_name}" 
onchange="document.{form_name}form.submit()">
-         {form_options}    
-        </select>
-      <noscript><input type="submit" value="{button_value}" /></noscript>
+      <span style="font-weight: bold">{title}:</span><br>
+      {hidden_vars}
+      <select style="max-width: 400px; min-width: 90px" name="{form_name}" 
onchange="document.{form_name}form.submit()">
+       {form_options}    
+      </select>
+      <noscript>
+       <input type="submit" value="{button_value}" />
+      </noscript>
     </form>
   </td>




reply via email to

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