summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 17e908c)
raw | patch | inline | side by side (parent: 17e908c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:55:28 +0000 (10:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:55:28 +0000 (10:55 +0000) |
-Ok/Cancel/Save via msgPool
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9501 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9501 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/dhcpNewSection.tpl b/gosa-plugins/dhcp/admin/systems/services/dhcp/dhcpNewSection.tpl
index 517c3b403e82ee3423bacb400caa6c39cf4fe776..7d621aa2adcbfb160752801b29a7f3d7e72f1599 100644 (file)
<p class="plugbottom">
<input type=submit name="create_section" value="{t}Create{/t}">
- <input type=submit name="cancel_section" value="{t}Cancel{/t}">
+ <input type=submit name="cancel_section" value="{msgPool type=cancelButton}">
</p>
<!-- Place cursor -->
diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/remove_dhcp.tpl b/gosa-plugins/dhcp/admin/systems/services/dhcp/remove_dhcp.tpl
index 39fb19bb6259c766913d8ffcc9a4b0b4adea90ea..316e987ae9bbda6592be88cb7a95711fd14ed5b8 100644 (file)
<p class="plugbottom">
<input type=submit name="delete_dhcp_confirm" value="{t}Delete{/t}">
- <input type=submit name="cancel_section" value="{t}Cancel{/t}">
+ <input type=submit name="cancel_section" value="{msgPool type=cancelButton}">
</p>
diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/servdhcp.tpl b/gosa-plugins/dhcp/admin/systems/services/dhcp/servdhcp.tpl
index 846af22ff968fe2ed5a262721a1c4c54dfb8ccb5..8e387ed4a1153ad6529286cc0918ab1ab8ff52c5 100644 (file)
<select name='take_over_src'>
{html_options options=$dhcp_server_list}
</select>
- <input type="submit" name="take_over" value="{t}Apply{/t}">
+ <input type="submit" name="take_over" value="{msgPool type=applyButton}">
</td>
</tr>
{/if}
{/if}
<p class='seperator'> </p>
<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
- <input type='submit' name='SaveService' value='{t}Save{/t}'>
+ <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
- <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
+ <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
</div