Revision 6ce9fc3a
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/User.pm | ||
---|---|---|
1003 | 1003 |
bestellungen rechnungen anfragen lieferantenbestellungen einkaufsrechnungen |
1004 | 1004 |
taxnumber co_ustid duns menustyle template_format default_media |
1005 | 1005 |
default_printer_id copies show_form_details favorites |
1006 |
pdonumber sdonumber hide_cvar_search_options); |
|
1006 |
pdonumber sdonumber hide_cvar_search_options mandatory_departments);
|
|
1007 | 1007 |
|
1008 | 1008 |
$main::lxdebug->leave_sub(); |
1009 | 1009 |
|
locale/de/all | ||
---|---|---|
971 | 971 |
'Make' => 'Lieferant', |
972 | 972 |
'Manage license keys' => 'Lizenzschlüssel verwalten', |
973 | 973 |
'Mandantennummer' => 'Mandantennummer', |
974 |
'Mandatory Departments' => 'Benutzer muss Abteilungen vergeben', |
|
974 | 975 |
'Mar' => 'M?rz', |
975 | 976 |
'March' => 'M?rz', |
976 | 977 |
'Margins' => 'Seitenränder', |
templates/webpages/admin/edit_user_de.html | ||
---|---|---|
181 | 181 |
</select> |
182 | 182 |
</td> |
183 | 183 |
</tr> |
184 |
<tr> |
|
185 |
<th align='right'>Benutzer muss Abteilungen vergeben</th> |
|
186 |
<td> |
|
187 |
<input type='radio' name='mandatory_departments' value='0' [% IF !myc_mandatory_departments %] checked[% END %]> Nein |
|
188 |
<input type='radio' name='mandatory_departments' value='1' [% IF myc_mandatory_departments %] checked[% END %]> Ja |
|
189 |
</td> |
|
190 |
</tr> |
|
184 | 191 |
|
185 | 192 |
<input type="hidden" name="templates" value="[% HTML.escape(myc_templates) %]"> |
186 | 193 |
</table> |
templates/webpages/admin/edit_user_master.html | ||
---|---|---|
181 | 181 |
</select> |
182 | 182 |
</td> |
183 | 183 |
</tr> |
184 |
<tr> |
|
185 |
<th align='right'><translate>Mandatory Departments</translate></th> |
|
186 |
<td> |
|
187 |
<input type='radio' name='mandatory_departments' value='0' [% IF !myc_mandatory_departments %] checked[% END %]> <translate>No</translate> |
|
188 |
<input type='radio' name='mandatory_departments' value='1' [% IF myc_mandatory_departments %] checked[% END %]> <translate>Yes</translate> |
|
189 |
</td> |
|
190 |
</tr> |
|
184 | 191 |
|
185 | 192 |
<input type="hidden" name="templates" value="[% HTML.escape(myc_templates) %]"> |
186 | 193 |
</table> |
Auch abrufbar als: Unified diff
mandatory_departments flag in der Administration von Benutzern.