Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 38e7a330

Von Sven Donath vor mehr als 14 Jahren hinzugefügt

  • ID 38e7a330463acef3f5856985353faba026ecf7f9
  • Vorgänger 61d89baf
  • Nachfolger 6791f848

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.

Unterschiede anzeigen:

SL/Form.pm
print qq|
<p class="message_ok"><b>$msg</b></p>
<script type="text/javascript">
<!--
setTimeout("parent.frames.main_window.location.href='login.pl?action=company_logo'",1000);
//-->
</script>
</body>
|;
bin/mozilla/kopf.pl
<tr>
<td style="color:white; font-family:verdana,arial,sans-serif; font-size: 12px;">
&nbsp;[<a href="JavaScript:top.main_window.print();" title="| . $locale->text('Hardcopy') . qq|">| . $locale->text('Print') . qq|</a>]
&nbsp;[<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>]
&nbsp;[<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>]
&nbsp;[<a href="Javascript:top.main_window.history.back();" title="| . $locale->text('Go one step back') . qq|">| . $locale->text('Back') . qq|</a>]
&nbsp;[<a href="Javascript:top.main_window.history.forward();" title="| . $locale->text('Go one step forward') . qq|">| . $locale->text('Fwd') . qq|</a>]
<!-- is there a better solution for Back? Possibly with the callback variable? -->
</td>
<td align="right" style="vertical-align:middle; color:white; font-family:verdana,arial,sans-serif; font-size: 12px;" nowrap>|
bin/mozilla/menu.pl
} else {
my $ml_ = $form->escape($ml);
print
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">&nbsp;$label</a>&nbsp;&nbsp;&nbsp;&nbsp;</td></tr>\n|;
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">&nbsp;$label</a>&nbsp;&nbsp;&nbsp;&nbsp;</td></tr>\n|;
&section_menu($menu, $item);
#print qq|<br>\n|;
locale/de/all
'From Date' => 'Von',
'Full Access' => 'Vollzugriff',
'Full access to all functions' => 'Vollzugriff auf alle Funktionen',
'Fwd' => 'Vorw&auml;rts',
'GL Transaction' => 'Dialogbuchung',
'Gegenkonto' => 'Gegenkonto',
'Gender' => 'Geschlecht',
......
'Generic Tax Report' => 'USTVA Bericht',
'Given Name' => 'Vorname',
'Go one step back' => 'Einen Schritt zur&uuml;ck',
'Go one step forward' => 'Einen Schritt vorw&auml;rts',
'Greeting' => 'Anrede',
'Greetings' => 'Anreden',
'Group' => 'Warengruppe',
templates/webpages/login/company_logo.html
[%- USE T8 %]
[% USE HTML %][% USE LxERP %]<body>
[%- DEFAULT myconfig_dbhost = 'localhost' %]
<noscript>
[% INCLUDE 'generic/information.html'
title_information = LxERP.t8('Your browser does not currently support Javascript.'),
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.'),
%]
</noscript>
[%- todo_list %]
<center>
<a class="nomobile" href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0"></a>
......
<th colspan="2" align="center"><a href="http://lx-office.org" target="blank">http://lx-office.org</a></th>
</tr>
</table>
<noscript>
[% INCLUDE 'generic/information.html'
title_information = LxERP.t8('Your browser does not currently support Javascript.'),
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.'),
%]
</noscript>
</center>
[%- todo_list %]
</body>
</html>
xslt/xulmenu.xsl
<xsl:template name="specialbuttons">
<toolbarbutton image="image/icons/24x24/Batch Printing.png" oncommand="PrintW(event)" tooltiptext="Drucken"/>
<toolbarbutton image="image/icons/24x24/Neues Fenster.png" tooltiptext="Neues Fenster" link="menuXML.pl?action=display" target="_top" oncommand="openLinkNewWindow(event)"/>
<toolbarbutton image="image/icons/24x24/Programm--Logout.png" link="{/*//item[@id='Programm--Logout']/@link}" target="_top" oncommand="openLink(event)" tooltiptext="Abmelden"/>
<toolbarbutton image="image/icons/24x24/Program--Logout.png" link="{/*//item[@id='Program--Logout']/@link}" target="_top" oncommand="openLink(event)" tooltiptext="Abmelden"/>
<toolbarseparator/>
<toolbarbutton image="image/icons/24x24/leftarrow_24.png" tooltiptext="Schritt zurück" oncommand="MyGoBack()"/>
<toolbarbutton image="image/icons/24x24/rightarrow_24.png" tooltiptext="Schritt vor" oncommand="MyGoForward()"/>

Auch abrufbar als: Unified diff