Revision 75ac5779
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/ustva.pl | ||
---|---|---|
116 | 116 |
|
117 | 117 |
my $company_given = ($form->{company} ne '') |
118 | 118 |
? qq|<h3>$form->{company}</h3>\n| |
119 |
: qq|<a href="am.pl?action=config| |
|
120 |
. qq|&level=Programm--Preferences">| |
|
119 |
: qq|<a href="am.pl?action=config">| |
|
121 | 120 |
. $locale->text('No Company Name given') . qq|!</a><br>|; |
122 | 121 |
|
123 | 122 |
|
templates/webpages/login/company_logo.html | ||
---|---|---|
25 | 25 |
|
26 | 26 |
<table border="0"> |
27 | 27 |
<tr> |
28 |
<th align="left"><a href="am.pl?action=config&level=Program--Preferences" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
|
|
28 |
<th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th> |
|
29 | 29 |
<td>[% HTML.escape(myconfig_name) %]</td> |
30 | 30 |
</tr> |
31 | 31 |
<tr> |
32 |
<th align="left"><a href="am.pl?action=config&level=Program--Preferences" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
|
|
32 |
<th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th> |
|
33 | 33 |
<td>[% HTML.escape(myconfig_countrycode) %]</td> |
34 | 34 |
</tr> |
35 | 35 |
<tr> |
Auch abrufbar als: Unified diff
Parameter "level" muss nur an menu*.pl übergeben werden