Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 955f0913

Von Cem Aydin vor etwa 1 Jahr hinzugefügt

  • ID 955f0913ee1fbf6307b29766f080d76a3a25e614
  • Vorgänger b26018d8
  • Nachfolger 4d61649a

design40: dbupgrade Templates vereinheitlicht/bereinigt

- Formatierung vereinheitlicht
- wrapper Klasse hinzugefügt
- default_bin_parts.html, erzeugnisnummern.html: HTML Kommentare aus script tags entfernt, einrückung angepasst
- default_bin_parts.html: Syntax korrigiert/angepasst

Unterschiede anzeigen:

templates/design40_webpages/dbupgrade/erzeugnisnummern.html
1 1
[% USE T8 %]
2 2
[% USE HTML %]
3 3
[% USE LxERP %]
4

  
4 5
<h1>[% 'Double partnumbers' | $T8 %]</h1>
5 6

  
6 7
<script type="text/javascript">
7
<!--
8
function show_parts(vc) {
9
  var width = 750;
10
  var height = 550;
11
  var parm = centerParms(width, height) + ",width=" + width + ",height=" + height + ",status=yes,scrollbars=yes";
12
  url = "controller.pl?action=LoginScreen/login&upgrade_action=filter_parts&no_layout=1"
13
  //alert(url);
14
  window.open(url, "_new_generic", parm);
15
}
16
//-->
8
  function show_parts(vc) {
9
    var width = 750;
10
    var height = 550;
11
    var parm = centerParms(width, height) + ",width=" + width + ",height=" + height + ",status=yes,scrollbars=yes";
12
    url = "controller.pl?action=LoginScreen/login&upgrade_action=filter_parts&no_layout=1"
13
    //alert(url);
14
    window.open(url, "_new_generic", parm);
15
  }
17 16
</script>
18 17

  
18
<div class="wrapper">
19

  
19 20
<form name="Form" method="post" action="login.pl">
20 21
<input type="hidden" name="action" value="login">
21 22
<input type="hidden" name="continued" value="1">
......
59 60
<input type="submit" value="[% 'Continue' | $T8 %]">
60 61

  
61 62
</form>
63

  
64
</div><!-- /.wrapper -->

Auch abrufbar als: Unified diff