Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dcebb8bc

Von Stephan Köhler vor mehr als 19 Jahren hinzugefügt

  • ID dcebb8bc933aa01d0d3b9aa0dc7e3ca8d7e3bb7f
  • Vorgänger de763d70
  • Nachfolger 7ea7a6f5

Auswahl des neuen Menüs auch in Adminmaske möglich

Unterschiede anzeigen:

bin/mozilla/admin.pl
<th>| . $locale->text('Password') . qq|</th>
<td><input type=password name=rpw></td>
<td><input type=submit class=submit name=action value="|
. $locale->text('Login')
. qq|"></td>
. $locale->text('Login') . qq|"></td>
</tr>
<input type=hidden name=action value=login>
<input type=hidden name=root value="root login">
......
| . $locale->text('Click on login name to edit!') . qq|
<br>
|
. $locale->text('To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.')
. $locale->text(
'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.'
)
. qq|
<p>
......
<th align=right>| . $locale->text('Password') . qq|</th>
<td><input class=login type=password name=password></td>
<td><input type=submit name=action value="|
. $locale->text('Login')
. qq|"></td>
. $locale->text('Login') . qq|"></td>
</tr>
<input type=hidden name=path value=$form->{path}>
</table>
......
%countrycodes = User->country_codes;
$countrycodes = "";
foreach $key (sort { $countrycodes{$a} cmp $countrycodes{$b} }
keys %countrycodes) {
keys %countrycodes
) {
$countrycodes .=
($myconfig->{countrycode} eq $key)
? "<option selected value=$key>$countrycodes{$key}"
......
$form->header;
if ($myconfig->{menustyle} eq "neu") { $neu = "checked"; }
else { $old = "checked"; }
print qq|
<body class=admin>
......
<th align=right>| . $locale->text('Setup Templates') . qq|</th>
<td><select name=mastertemplates>$mastertemplates</select></td>
</tr>
<tr>
<th align=right>| . $locale->text('Setup Menu') . qq|</th>
<td><input name=menustyle type=radio class=radio value=neu $neu>&nbsp;New
<input name=menustyle type=radio class=radio value=old $old>&nbsp;Old</td>
</tr>
<input type=hidden name=templates value=$myconfig->{templates}>
</table>
</td>
......
&dbdriver_defaults;
$msg{Pg} =
$locale->text('Leave host and port field empty unless you want to make a remote connection.');
$locale->text(
'Leave host and port field empty unless you want to make a remote connection.'
);
$msg{Oracle} =
$locale->text('You must enter a host and port for local and remote connections!');
$locale->text(
'You must enter a host and port for local and remote connections!');
$form->{title} =
"Lx-Office ERP / " . $locale->text('Database Administration');
......
</table>
<p>|
. $locale->text('This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!')
. $locale->text(
'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!'
)
. qq|
<br>$msg{$form->{dbdriver}}
......
<tr>
<th align=right nowrap>|
. $locale->text('Create Chart of Accounts')
. qq|</th>
. $locale->text('Create Chart of Accounts') . qq|</th>
<td>@charts</td>
</tr>

Auch abrufbar als: Unified diff