]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/edit_user_de.html
Die Sprachauswahl temporär deaktivieren und auf "Deutsch" hardcodieren.
[kivitendo-erp.git] / templates / webpages / admin / edit_user_de.html
index ebe3a9905496256e420a9faba0409d7f4d698648..7ab87881289ad3d65deceb9a9fb22985bbfcf812 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 = ALL_COUNTRYCODES %]<option value="[% HTML.escape(row.value) %]" [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) %]</option>
          [% END %]
-        </select>
+        </select>-->
        </td>
       </tr>