Revision e848dbf1
Von Stephan Köhler vor etwa 19 Jahren hinzugefügt
bin/mozilla/admin.pl | ||
---|---|---|
120 | 120 |
<th>| . $locale->text('Password') . qq|</th> |
121 | 121 |
<td><input type=password name=rpw></td> |
122 | 122 |
<td><input type=submit class=submit name=action value="| |
123 |
. $locale->text('Login') |
|
124 |
. qq|"></td> |
|
123 |
. $locale->text('Login') . qq|"></td> |
|
125 | 124 |
</tr> |
126 | 125 |
<input type=hidden name=action value=login> |
127 | 126 |
<input type=hidden name=root value="root login"> |
... | ... | |
344 | 343 |
| . $locale->text('Click on login name to edit!') . qq| |
345 | 344 |
<br> |
346 | 345 |
| |
347 |
. $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.') |
|
346 |
. $locale->text( |
|
347 |
'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.' |
|
348 |
) |
|
348 | 349 |
. qq| |
349 | 350 |
|
350 | 351 |
<p> |
... | ... | |
367 | 368 |
<th align=right>| . $locale->text('Password') . qq|</th> |
368 | 369 |
<td><input class=login type=password name=password></td> |
369 | 370 |
<td><input type=submit name=action value="| |
370 |
. $locale->text('Login') |
|
371 |
. qq|"></td> |
|
371 |
. $locale->text('Login') . qq|"></td> |
|
372 | 372 |
</tr> |
373 | 373 |
<input type=hidden name=path value=$form->{path}> |
374 | 374 |
</table> |
... | ... | |
420 | 420 |
%countrycodes = User->country_codes; |
421 | 421 |
$countrycodes = ""; |
422 | 422 |
foreach $key (sort { $countrycodes{$a} cmp $countrycodes{$b} } |
423 |
keys %countrycodes) { |
|
423 |
keys %countrycodes |
|
424 |
) { |
|
424 | 425 |
$countrycodes .= |
425 | 426 |
($myconfig->{countrycode} eq $key) |
426 | 427 |
? "<option selected value=$key>$countrycodes{$key}" |
... | ... | |
481 | 482 |
|
482 | 483 |
$form->header; |
483 | 484 |
|
485 |
if ($myconfig->{menustyle} eq "neu") { $neu = "checked"; } |
|
486 |
else { $old = "checked"; } |
|
487 |
|
|
484 | 488 |
print qq| |
485 | 489 |
<body class=admin> |
486 | 490 |
|
... | ... | |
585 | 589 |
<th align=right>| . $locale->text('Setup Templates') . qq|</th> |
586 | 590 |
<td><select name=mastertemplates>$mastertemplates</select></td> |
587 | 591 |
</tr> |
592 |
<tr> |
|
593 |
<th align=right>| . $locale->text('Setup Menu') . qq|</th> |
|
594 |
<td><input name=menustyle type=radio class=radio value=neu $neu> New |
|
595 |
<input name=menustyle type=radio class=radio value=old $old> Old</td> |
|
596 |
</tr> |
|
588 | 597 |
<input type=hidden name=templates value=$myconfig->{templates}> |
589 | 598 |
</table> |
590 | 599 |
</td> |
... | ... | |
1193 | 1202 |
&dbdriver_defaults; |
1194 | 1203 |
|
1195 | 1204 |
$msg{Pg} = |
1196 |
$locale->text('Leave host and port field empty unless you want to make a remote connection.'); |
|
1205 |
$locale->text( |
|
1206 |
'Leave host and port field empty unless you want to make a remote connection.' |
|
1207 |
); |
|
1197 | 1208 |
$msg{Oracle} = |
1198 |
$locale->text('You must enter a host and port for local and remote connections!'); |
|
1209 |
$locale->text( |
|
1210 |
'You must enter a host and port for local and remote connections!'); |
|
1199 | 1211 |
|
1200 | 1212 |
$form->{title} = |
1201 | 1213 |
"Lx-Office ERP / " . $locale->text('Database Administration'); |
... | ... | |
1275 | 1287 |
</table> |
1276 | 1288 |
|
1277 | 1289 |
<p>| |
1278 |
. $locale->text('This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!') |
|
1290 |
. $locale->text( |
|
1291 |
'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' |
|
1292 |
) |
|
1279 | 1293 |
|
1280 | 1294 |
. qq| |
1281 | 1295 |
<br>$msg{$form->{dbdriver}} |
... | ... | |
1468 | 1482 |
<tr> |
1469 | 1483 |
|
1470 | 1484 |
<th align=right nowrap>| |
1471 |
. $locale->text('Create Chart of Accounts') |
|
1472 |
. qq|</th> |
|
1485 |
. $locale->text('Create Chart of Accounts') . qq|</th> |
|
1473 | 1486 |
<td>@charts</td> |
1474 | 1487 |
|
1475 | 1488 |
</tr> |
Auch abrufbar als: Unified diff
Merge von 550-553,567,603 aus unstable: Neue Menu