summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98877b5)
raw | patch | inline | side by side (parent: 98877b5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 13 Apr 2010 10:39:41 +0000 (10:39 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/ihtml/themes/modern/copyPasteDialog.tpl b/gosa-core/ihtml/themes/modern/copyPasteDialog.tpl
index 049b9984c1535c9d8f175e3025097af708f8d508..b2399f861c9e9b65f371e233d9ac14a17a490716 100644 (file)
-<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}'>
- {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}'>
+ <button type='submit' name='Back'>{t}Finish{/t}</button>
</div>
{/if}