Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 904a4a46

Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt

  • ID 904a4a46f86ee7c041af6747c3335f2472290ff9
  • Vorgänger 97446982
  • Nachfolger 9967902a

Die Administrationsmasken nicht alle zentriert ausgeben -- das ist bei allen anderen Lx-Office-Masken auch nicht so.

Unterschiede anzeigen:

templates/webpages/admin/create_dataset_de.html
1 1
<body class="admin">
2 2

  
3
 <div align="center">
4 3
  <h2><TMPL_VAR title></h2>
5 4

  
6 5
  <form method="post" action="admin.pl">
......
54 53

  
55 54
  </form>
56 55

  
57
 </div>
58

  
59 56
</body>
60 57
</html>
templates/webpages/admin/create_dataset_master.html
1 1
<body class="admin">
2 2

  
3
 <div align="center">
4 3
  <h2><TMPL_VAR title></h2>
5 4

  
6 5
  <form method="post" action="admin.pl">
......
54 53

  
55 54
  </form>
56 55

  
57
 </div>
58

  
59 56
</body>
60 57
</html>
templates/webpages/admin/dbadmin_de.html
1 1
<body class="admin">
2 2

  
3
 <div align="center">
4 3
  <h2><TMPL_VAR title></h2>
5 4

  
6 5
  <form method="post" action="admin.pl">
......
65 64

  
66 65
  <p>F&uuml;r lokale Verbindungen "Rechner" und "Port" freilassen.</p>
67 66

  
68
 </div>
69 67
</body>
70 68
</html>
templates/webpages/admin/dbadmin_master.html
1 1
<body class="admin">
2 2

  
3
 <div align="center">
4 3
  <h2><TMPL_VAR title></h2>
5 4

  
6 5
  <form method="post" action="admin.pl">
......
65 64

  
66 65
  <p><translate>Leave host and port field empty unless you want to make a remote connection.</translate></p>
67 66

  
68
 </div>
69 67
</body>
70 68
</html>
templates/webpages/admin/dbcreate_de.html
1 1
<body class="admin">
2 2

  
3
 <div align="center">
4

  
5 3
  <h2><TMPL_VAR title></h2>
6 4

  
7 5
  <form method="post" action="admin.pl">
......
14 12
   <p><input type="submit" class="submit" name="action" value="Weiter"></p>
15 13

  
16 14
  </form>
17
 </div>
18 15

  
19 16
</body>
20 17
</html>
templates/webpages/admin/dbcreate_master.html
1 1
<body class="admin">
2 2

  
3
 <div align="center">
4

  
5 3
  <h2><TMPL_VAR title></h2>
6 4

  
7 5
  <form method="post" action="admin.pl">
......
14 12
   <p><input type="submit" class="submit" name="action" value="<translate>Continue</translate>"></p>
15 13

  
16 14
  </form>
17
 </div>
18 15

  
19 16
</body>
20 17
</html>
templates/webpages/admin/dbdelete_de.html
1 1
<body class="admin">
2 2

  
3
 <div align="center">
4

  
5 3
  <h2><TMPL_VAR title></h2>
6 4

  
7 5
  <form method="post" action="admin.pl">
......
14 12
   <p><input type="submit" class="submit" name="action" value="Weiter"></p>
15 13
  </form>
16 14

  
17
 </div>
18 15
</body>
19 16
</html>
templates/webpages/admin/dbdelete_master.html
1 1
<body class="admin">
2 2

  
3
 <div align="center">
4

  
5 3
  <h2><TMPL_VAR title></h2>
6 4

  
7 5
  <form method="post" action="admin.pl">
......
14 12
   <p><input type="submit" class="submit" name="action" value="<translate>Continue</translate>"></p>
15 13
  </form>
16 14

  
17
 </div>
18 15
</body>
19 16
</html>

Auch abrufbar als: Unified diff