Code

Template update .
[gosa.git] / gosa-plugins / goto / admin / systems / services / repository / servRepositorySetup.tpl
index 29691ec444a152d3ccda69a5f5cae6f7a983bc2a..aa59581c36d57dbca13969a713fd320660fb99ff 100644 (file)
                        <input type="text"      name="SectionName" value="" style='width:100%;'>
 {/render}
 {render acl=$SectionACL}
-                       <input type="submit"    name="AddSection"  value="{t}Add{/t}">
+                       <input type="submit"    name="AddSection"  value="{msgPool type=addButton}">
 {/render}
                </td>
        </tr>
 </table>
 <input type='hidden' name='servRepositorySetup_Posted' value='1'>
 <p class="plugbottom">
-  <input type=submit name="repository_setup_save" value="{t}Apply{/t}">
+  <input type=submit name="repository_setup_save" value="{msgPool type=applyButton}">
   &nbsp;
-  <input type=submit name="repository_setup_cancel" value="{t}Cancel{/t}">
+  <input type=submit name="repository_setup_cancel" value="{msgPool type=cancelButton}">
 </p>