Die Sprachauswahl temporär deaktivieren und auf "Deutsch" hardcodieren.
[kivitendo-erp.git] / templates / webpages / am / config_de.html
index 417a52f..88c24b7 100644 (file)
      <tr>
       <th align="right">Sprache</th>
       <td>
-       <select name="countrycode">
+       Deutsch
+       <input type="hidden" name="countrycode" value="de">
+<!--       <select name="countrycode">
         [%- FOREACH row = COUNTRYCODES %]
         <option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
         [%- END %]
-       </select>
+       </select>-->
       </td>
      </tr>