Code

Updated copy paste dialog
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 13 Apr 2010 10:39:41 +0000 (10:39 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 13 Apr 2010 10:39:41 +0000 (10:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17610 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/modern/copyPasteDialog.tpl

index 049b9984c1535c9d8f175e3025097af708f8d508..b2399f861c9e9b65f371e233d9ac14a17a490716 100644 (file)
@@ -1,4 +1,4 @@
-<h2>{t}Copy & paste wizard{/t}</h2>
+<h3>{t}Copy & paste wizard{/t}</h3>
 
 <b>{$message}</b>
 <br>
        <br>
 
        <div style='text-align:right;width:100%;'>
-               <input type='submit' name='PerformCopyPaste' value='{t}Save{/t}'>&nbsp;
-       {if $type == "modified"}
-               <input type='submit' name='abort_current_cut-copy_operation' value='{t}Cancel{/t}'>
-       {/if}
-       
-               <input type='submit' name='abort_all_cut-copy_operations' value='{t}Cancel all{/t}'>
+               <button type='submit' name='PerformCopyPaste'>{t}Save{/t}</button>
+           {if $type == "modified"}
+                   <button type='submit' name='abort_current_cut-copy_operation'>{t}Cancel{/t}</button>
+       {/if}
+               <button type='submit' name='abort_all_cut-copy_operations'>{t}Cancel all{/t}</button>
        </div>
        {/if}
 {else}
        <hr>
-       <br>
-       <h2>{t}Operation complete{/t}</h2>
+       <h3>{t}Operation complete{/t}</h3>
        <div style='text-align:right;width:100%;'>
-               <input type='submit' name='Back' value='{t}Finish{/t}'>&nbsp;
+               <button type='submit' name='Back'>{t}Finish{/t}</button>
        </div>
 {/if}