summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d8fb8a)
raw | patch | inline | side by side (parent: 7d8fb8a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:39:21 +0000 (14:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:39:21 +0000 (14:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16671 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licenseByProduct.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licenseByProduct.tpl
index 8a4a6c5cd47c9e99a45ed07e9d3f7f5b77e63dc2..a2bdd788d7b74791e2fba12cb72747129e518f93 100644 (file)
<br>
<b>{msgPool type=siError}</b><br>
{t}Check if the GOsa support daemon (gosa-si) is running.{/t}
-<input type='submit' name='retry_init' value="{t}Retry{/t}">
+<button type='submit' name='retry_init'>{t}Retry{/t}</button>
+
<br>
<br>
{else}
<hr>
<div style='width:100%; text-align: right; padding:3px;'>
- <input type='submit' name='save_properties' value='{msgPool type='saveButton'}'>
+ <button type='submit' name='save_properties'>{msgPool type=saveButton}</button>
+
- <input type='submit' name='cancel_properties' value='{msgPool type='cancelButton'}'>
+ <button type='submit' name='cancel_properties'>{msgPool type=cancelButton}</button>
+
</div>
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl
index 0853ff245360ab265dce7b7c059cfb1dd15c4b1c..f8dc81e5db861cae637e7f8d129b6e0e42d80ee7 100644 (file)
<br>
<b>{msgPool type=siError}</b><br>
{t}Check if the GOsa support daemon (gosa-si) is running.{/t}
-<input type='submit' name='retry_init' value="{t}Retry{/t}">
+<button type='submit' name='retry_init'>{t}Retry{/t}</button>
+
<br>
<br>
{else}
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licensePoolGeneric.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licensePoolGeneric.tpl
index a400df5b6015b0340a9a74d9fa6b02c0cc077497..7b4929d3dc616d015edba58ba434cc8f7da44627 100644 (file)
<br>
<b>{msgPool type=siError}</b><br>
{t}Check if the GOsa support daemon (gosa-si) is running.{/t}
-<input type='submit' name='retry_init' value="{t}Retry{/t}">
+<button type='submit' name='retry_init'>{t}Retry{/t}</button>
+
<br>
<br>
{else}
<td>
{$licenses}
{render acl=$licensesACL}
- <input type='submit' name='addLicense' value='{msgPool type=addButton}'>
+ <button type='submit' name='addLicense'>{msgPool type=addButton}</button>
+
{/render}
</td>
</tr>
</select>
{/render}
{render acl=$productIdsACL}
- <input type='submit' name='addProduct' value='{msgPool type='addButton'}'>
+ <button type='submit' name='addProduct'>{msgPool type=addButton}</button>
+
{/render}
{render acl=$productIdsACL}
- <input type='submit' name='removeProduct' value='{msgPool type='delButton'}'>
+ <button type='submit' name='removeProduct'>{msgPool type=delButton}</button>
+
{/render}
</td>
</tr>
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licenseUsage.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licenseUsage.tpl
index 911180f876ab90976be3aacfefa2e45826d012d6..5e7872deebd53343e6638cbc5877a6c0012cb571 100644 (file)
<br>
<b>{msgPool type=siError}</b><br>
{t}Check if the GOsa support daemon (gosa-si) is running.{/t}
-<input type='submit' name='retry_init' value="{t}Retry{/t}">
+<button type='submit' name='retry_init'>{t}Retry{/t}</button>
+
<br>
<br>
{else}
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licenseUsageByHost.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licenseUsageByHost.tpl
index a82d76c0a8dcf28ef413c2278b8c61a886f42202..7f99b9b6bff7fc00e403be4b5de77160952b50b5 100644 (file)
<br>
<b>{msgPool type=siError}</b><br>
{t}Check if the GOsa support daemon (gosa-si) is running.{/t}
-<input type='submit' name='retry_init' value="{t}Retry{/t}">
+<button type='submit' name='retry_init'>{t}Retry{/t}</button>
+
<br>
<br>
{else}
{html_options options=$availableLicenses}
</select>
{render acl=$boundToHostACL}
- <input type='submit' name='addReservation' value='{msgPool type=addButton}'>
+ <button type='submit' name='addReservation'>{msgPool type=addButton}</button>
+
{/render}
</td>
<td style='vertical-align:top;'>
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/remove.tpl b/gosa-plugins/opsi/admin/opsiLicenses/remove.tpl
index 87d24103a97e9d5d184293feaabd8bdeaa3218eb..c677b267e8d61166a5a1b3025a8a02b66a958f1c 100644 (file)
<hr>
<div class="plugin-actions">
- <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
- <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='delete_confirmed'>{msgPool type=delButton}</button>
+
+ <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
+
</div>