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