Code

Fixed broken tags
[gosa.git] / plugins / admin / systems / goFonServer.tpl
index f303abb8a4b6f551c6957365fa92079f817d7d31..c9c11188df308b61c5c6f659ebfccb56cd7e1fcb 100644 (file)
@@ -1,19 +1,19 @@
 <h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}VoIP database information{/t}</h2>
   <table summary="">
     <tr>
-     <td>{t}Asterisk DB user{/t}</td>
+     <td>{t}Asterisk DB user{/t}{$must}</td>
      <td><input name="goFonAdmin" size=30 maxlength=60 id="goFonAdmin" {$goFonAdminACL} value="{$goFonAdmin}"></td>
     </tr>
     <tr>
-     <td>{t}Password{/t}</td>
+     <td>{t}Password{/t}{$must}</td>
      <td><input type=password name="goFonPassword" id="goFonPassword" size=30 maxlength=60 {$goFonPasswordACL}   value="{$goFonPassword}"></td>
     </tr>
     <tr>
-     <td>{t}Country dial prefix{/t}</td>
+     <td>{t}Country dial prefix{/t}{$must}</td>
      <td><input name="goFonCountryCode" size=10 maxlength=30 id="goFonCountryCode" {$goFonCountryCodeACL}   value="{$goFonCountryCode}"></td>
     </tr>
     <tr>
-     <td>{t}Local dial prefix{/t}</td>
+     <td>{t}Local dial prefix{/t}{$must}</td>
      <td><input name="goFonAreaCode" size=10 maxlength=30 id="goFonAreaCode" {$goFonAreaCodeACL}   value="{$goFonAreaCode}"></td>
     </tr>
    </table>