Code

Updated buttons
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Mar 2010 14:40:44 +0000 (14:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Mar 2010 14:40:44 +0000 (14:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16702 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofax/gofax/faxaccount/generic.tpl
gosa-plugins/gofax/gofax/faxaccount/lists.tpl
gosa-plugins/gofax/gofax/faxaccount/locals.tpl

index 9c8622c0338f31f908049b5a959aedec8b74ff4d..4b140cc01bd89dd64d64248f3c82ab69e10e2257 100644 (file)
     <input type='text' name="forward_address" size=20 align="middle" maxlength=65 value="">
 {/render}
 {render acl=$facsimileAlternateTelephoneNumberACL}
-    <input type=submit value="{msgPool type=addButton}" name="add_alternate">&nbsp;
+    <button type='submit' name='add_alternate'>{msgPool type=addButton}</button>&nbsp;
+
 {/render}
 {render acl=$facsimileAlternateTelephoneNumberACL}
-    <input type=submit value="{t}Add local{/t}" name="add_local_alternate" >&nbsp;
+    <button type='submit' name='add_local_alternate'>{t}Add local{/t}</button>&nbsp;
+
 {/render}
 {render acl=$facsimileAlternateTelephoneNumberACL}
-    <input type=submit value="{msgPool type=delButton}" name="delete_alternate">
+    <button type='submit' name='delete_alternate'>{msgPool type=delButton}</button>
+
 {/render}
        {/if}
    </td>
           <td>{t}Blocklists for incoming fax{/t}</td>
           <td>
 {render acl=$goFaxRBlocklistACL checkbox=$multiple_support checked=$use_edit_incoming}
-            <input type=submit name="edit_incoming" value="{t}Edit{/t}">
+            <button type='submit' name='edit_incoming'>{t}Edit{/t}</button>
+
 {/render}
           </td>
         </tr>
           <td>{t}Blocklists for outgoing fax{/t}</td>
           <td>
 {render acl=$goFaxSBlocklistACL checkbox=$multiple_support checked=$use_edit_outgoing}
-            <input type=submit name="edit_outgoing" value="{t}Edit{/t}">
+            <button type='submit' name='edit_outgoing'>{t}Edit{/t}</button>
+
 {/render}
           </td>
         </tr>
index 8358b9706050d8cef51b1f1a3f78f3fd11d36705..124ff1ff56c21db5743584df27175f3c96712341 100644 (file)
    </select>
    <br>
    <input type='text' name="block_number" size=25 align="middle" maxlength=30 value="">
-   <input type=submit value="{msgPool type=addButton}" name="add_blocklist_number" >&nbsp;
-   <input type=submit value="{msgPool type=delButton}" name="delete_blocklist_number" >
+   <button type='submit' name='add_blocklist_number'>{msgPool type=addButton}</button>&nbsp;
+
+   <button type='submit' name='delete_blocklist_number'>{msgPool type=delButton}</button>
+
   </td>
   <td>
        <b>{t}List of predefined blocklists{/t}</b><br>
                        </td>
                </tr>
        </table>
-   <input type=submit value="{t}Add the list to the blocklists{/t}" name="add_blocklist"><br>
+   <button type='submit' name='add_blocklist'>{t}Add the list to the blocklists{/t}</button>
+<br>
   </td>
  </tr>
 </table>
 
 <hr>
 <div class="plugin-actions">
-  <input type=submit name="edit_blocklists_finish" value="{msgPool type=applyButton}">
-  <input type=submit name="edit_blocklists_cancel" value="{msgPool type=cancelButton}">
+  <button type='submit' name='edit_blocklists_finish'>{msgPool type=applyButton}</button>
+
+  <button type='submit' name='edit_blocklists_cancel'>{msgPool type=cancelButton}</button>
+
 </div>
index a14ee623f04dacdc7901486c813da5be95c2fa46..3e84b7de6162ed398c7919e4867f5dcba1610b28 100644 (file)
@@ -58,6 +58,8 @@
 
 <hr>
 <div class="plugin-actions">
-  <input type=submit name="add_locals_finish" value="{msgPool type=addButton}">
-  <input type=submit name="add_locals_cancel" value="{msgPool type=cancelButton}">
+  <button type='submit' name='add_locals_finish'>{msgPool type=addButton}</button>
+
+  <button type='submit' name='add_locals_cancel'>{msgPool type=cancelButton}</button>
+
 </div>