Code

Updated dhcp classes
[gosa.git] / gosa-plugins / dhcp / admin / systems / services / dhcp / servdhcp.tpl
index 846af22ff968fe2ed5a262721a1c4c54dfb8ccb5..8e387ed4a1153ad6529286cc0918ab1ab8ff52c5 100644 (file)
@@ -15,7 +15,7 @@
         <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}
@@ -29,7 +29,7 @@
 {/if}
 <p class='seperator'>&nbsp;</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}'>
     &nbsp;
-    <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
+    <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
 </div