Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f55e65a2

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID f55e65a21a6ee5afeb7165f3ba22cf2905a6a8b9
  • Vorgänger 3ed7d9a6
  • Nachfolger 1db867eb

Neues kivitendo Design Aenderungen in templates/webpages/generic*

Dateien in generic/* und generictranslations/*

Unterschiede anzeigen:

templates/webpages/generic/form_info.html
1
[%- USE P -%]
2
<div class="message_ok">
3
 <b>[% P.simple_format(message) %]</b>
4
</div>
1
[% USE P %]
5 2

  
6
<script type="text/javascript">
7
<!--
3
<div class="message message_ok">[% P.simple_format(message) %]</div>
4

  
5
<script type="text/javascript"><!--
8 6
 // If JavaScript is enabled, the whole thing will be reloaded.
9 7
 // The reason is: When one changes his menu setup (HTML / CSS ...)
10 8
 // it now loads the correct code into the browser instead of do nothing.
11 9
 setTimeout("top.frames.location.href='login.pl?action=company_logo'",500);
12
-->
13
</script>
10
--></script>

Auch abrufbar als: Unified diff