Revision 38e7a330
Von Sven Donath vor mehr als 14 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
472 | 472 |
print qq| |
473 | 473 |
<p class="message_ok"><b>$msg</b></p> |
474 | 474 |
|
475 |
<script type="text/javascript"> |
|
476 |
<!-- |
|
477 |
setTimeout("parent.frames.main_window.location.href='login.pl?action=company_logo'",1000); |
|
478 |
//--> |
|
479 |
</script> |
|
480 |
|
|
475 | 481 |
</body> |
476 | 482 |
|; |
477 | 483 |
|
bin/mozilla/kopf.pl | ||
---|---|---|
115 | 115 |
<tr> |
116 | 116 |
<td style="color:white; font-family:verdana,arial,sans-serif; font-size: 12px;"> |
117 | 117 |
[<a href="JavaScript:top.main_window.print();" title="| . $locale->text('Hardcopy') . qq|">| . $locale->text('Print') . qq|</a>] |
118 |
[<a HREF="login.pl" target="_blank" "title="| . $locale->text('Open a further Lx-Office Window or Tab') . qq|">| . $locale->text('New Win/Tab') . qq|</a>]
|
|
118 |
[<a HREF="login.pl" target="_blank" title="| . $locale->text('Open a further Lx-Office Window or Tab') . qq|">| . $locale->text('New Win/Tab') . qq|</a>] |
|
119 | 119 |
[<a href="Javascript:top.main_window.history.back();" title="| . $locale->text('Go one step back') . qq|">| . $locale->text('Back') . qq|</a>] |
120 |
[<a href="Javascript:top.main_window.history.forward();" title="| . $locale->text('Go one step forward') . qq|">| . $locale->text('Fwd') . qq|</a>] |
|
120 | 121 |
<!-- is there a better solution for Back? Possibly with the callback variable? --> |
121 | 122 |
</td> |
122 | 123 |
<td align="right" style="vertical-align:middle; color:white; font-family:verdana,arial,sans-serif; font-size: 12px;" nowrap>| |
bin/mozilla/menu.pl | ||
---|---|---|
218 | 218 |
} else { |
219 | 219 |
my $ml_ = $form->escape($ml); |
220 | 220 |
|
221 |
qq|<tr><td class="bg" height="22" align="left" valign="middle" ><a href="menu.pl?action=acc_menu&level=$ml_" class="nohover""><img src="image/$item.png" border="0" style="vertical-align:middle" titel="Hallo Welt"> $label</a> </td></tr>\n|; |
|
221 |
qq|<tr><td class="bg" height="22" align="left" valign="middle" ><a href="menu.pl?action=acc_menu&level=$ml_" class="nohover""><img src="image/icons/24x24/$item.png" border="0" style="vertical-align:middle" titel="Hallo Welt"> $label</a> </td></tr>\n|;
|
|
222 | 222 |
§ion_menu($menu, $item); |
223 | 223 |
|
224 | 224 |
#print qq|<br>\n|; |
locale/de/all | ||
---|---|---|
761 | 761 |
'From Date' => 'Von', |
762 | 762 |
'Full Access' => 'Vollzugriff', |
763 | 763 |
'Full access to all functions' => 'Vollzugriff auf alle Funktionen', |
764 |
'Fwd' => 'Vorwärts', |
|
764 | 765 |
'GL Transaction' => 'Dialogbuchung', |
765 | 766 |
'Gegenkonto' => 'Gegenkonto', |
766 | 767 |
'Gender' => 'Geschlecht', |
... | ... | |
772 | 773 |
'Generic Tax Report' => 'USTVA Bericht', |
773 | 774 |
'Given Name' => 'Vorname', |
774 | 775 |
'Go one step back' => 'Einen Schritt zurück', |
776 |
'Go one step forward' => 'Einen Schritt vorwärts', |
|
775 | 777 |
'Greeting' => 'Anrede', |
776 | 778 |
'Greetings' => 'Anreden', |
777 | 779 |
'Group' => 'Warengruppe', |
templates/webpages/login/company_logo.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[% USE HTML %][% USE LxERP %]<body> |
3 | 3 |
[%- DEFAULT myconfig_dbhost = 'localhost' %] |
4 |
<noscript> |
|
5 |
[% INCLUDE 'generic/information.html' |
|
6 |
title_information = LxERP.t8('Your browser does not currently support Javascript.'), |
|
7 |
label_information = LxERP.t8('A lot of the usability of Lx-Office has been enhanced with javascript. Although it is currently possible to use every aspect of Lx-Office without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.'), |
|
8 |
%] |
|
9 |
</noscript> |
|
10 |
[%- todo_list %] |
|
4 | 11 |
|
5 | 12 |
<center> |
6 | 13 |
<a class="nomobile" href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0"></a> |
... | ... | |
39 | 46 |
<th colspan="2" align="center"><a href="http://lx-office.org" target="blank">http://lx-office.org</a></th> |
40 | 47 |
</tr> |
41 | 48 |
</table> |
42 |
|
|
43 |
<noscript> |
|
44 |
[% INCLUDE 'generic/information.html' |
|
45 |
title_information = LxERP.t8('Your browser does not currently support Javascript.'), |
|
46 |
label_information = LxERP.t8('A lot of the usability of Lx-Office has been enhanced with javascript. Although it is currently possible to use every aspect of Lx-Office without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.'), |
|
47 |
%] |
|
48 |
</noscript> |
|
49 | 49 |
</center> |
50 |
|
|
51 |
[%- todo_list %] |
|
52 |
|
|
53 | 50 |
</body> |
54 | 51 |
</html> |
xslt/xulmenu.xsl | ||
---|---|---|
260 | 260 |
<xsl:template name="specialbuttons"> |
261 | 261 |
<toolbarbutton image="image/icons/24x24/Batch Printing.png" oncommand="PrintW(event)" tooltiptext="Drucken"/> |
262 | 262 |
<toolbarbutton image="image/icons/24x24/Neues Fenster.png" tooltiptext="Neues Fenster" link="menuXML.pl?action=display" target="_top" oncommand="openLinkNewWindow(event)"/> |
263 |
<toolbarbutton image="image/icons/24x24/Programm--Logout.png" link="{/*//item[@id='Programm--Logout']/@link}" target="_top" oncommand="openLink(event)" tooltiptext="Abmelden"/>
|
|
263 |
<toolbarbutton image="image/icons/24x24/Program--Logout.png" link="{/*//item[@id='Program--Logout']/@link}" target="_top" oncommand="openLink(event)" tooltiptext="Abmelden"/>
|
|
264 | 264 |
<toolbarseparator/> |
265 | 265 |
<toolbarbutton image="image/icons/24x24/leftarrow_24.png" tooltiptext="Schritt zurück" oncommand="MyGoBack()"/> |
266 | 266 |
<toolbarbutton image="image/icons/24x24/rightarrow_24.png" tooltiptext="Schritt vor" oncommand="MyGoForward()"/> |
Auch abrufbar als: Unified diff
Seitliches Menü mit den Icons des XUL-Menüs in 24x24 versehen.
Reparatur an XUL-Menü nach "Programm->Program"-Änderung.
Anführungszeichen in kopf.pl und Vorwärts-Link.
Falls die 24x24-Icons okay sind, können die alten Icons (direkt unterhalb images/) gelöscht werden.