Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4d1d047b

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID 4d1d047b46f431ea7689bb1f3c466fa4d40d1320
  • Vorgänger add20354
  • Nachfolger b2d4ba3d

"Zurück"-Buttons im Adminbereich durch einfache Links ersetzt, sofern ihr Ziel eindeutig ist

Unterschiede anzeigen:

locale/de/all
232 232
  'BOM'                         => 'Stückliste',
233 233
  'BWA'                         => 'BWA',
234 234
  'Back'                        => 'Zurück',
235
  'Back to the login page'      => 'Zurück zur Loginseite',
235 236
  'Backup Dataset'              => 'Datenbank sichern',
236 237
  'Backup file'                 => 'Sicherungsdatei',
237 238
  'Backup of dataset'           => 'Sicherung der Datenbank',
templates/webpages/admin/adminlogin.html
1 1
[%- USE T8 %]
2
[% USE HTML %]<body class="admin" onload="document.getElementById('rpw').focus()">
3
 <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
2
[% USE HTML %]
3
[% USE LxERP%]
4
<body class="admin" onload="document.getElementById('rpw').focus()">
4 5
 <div align="center">
5 6

  
6 7
  <a href="http://www.lx-office.org"><img src="image/lx-office-erp.png" border="0"></a>
......
28 29

  
29 30
  <p>[% 'Lx-Office Homepage' | $T8 %]: <a href="http://lx-office.org" target="_blank" title="[% 'Lx-Office Homepage' | $T8 %]">http://lx-office.org</a></p>
30 31

  
32
  <p><a href="login.pl">[%- LxERP.t8('Back to the login page') %]</a></p>
33

  
31 34
 </div>
32 35

  
33 36
</body>
templates/webpages/admin/backup_dataset.html
87 87
   <br>
88 88

  
89 89
   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
90
   <input type="submit" class="submit" name="action" value="[% 'Back' | $T8 %]">
90
   <a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a>
91 91

  
92 92
  </form>
93 93

  
templates/webpages/admin/create_dataset.html
4 4
  <h2>[% title %]</h2>
5 5

  
6 6
  <form method="post" action="admin.pl">
7
  <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
7
   <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
8 8
   <p>
9 9
    [% 'You can either create a new database or chose an existing database.' | $T8 %]
10 10
    [% 'In the latter case the tables needed by Lx-Office will be created in that database.' | $T8 %]
templates/webpages/admin/dbadmin.html
4 4
  <h2>[% title %]</h2>
5 5

  
6 6
  <form method="post" action="admin.pl">
7
      <input type="hidden" name="back_nextsub" value="list_users">
8
      <input type="submit" class="submit" name="action" value="[% 'Back' | $T8 %]">
7
   <a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a>
9 8

  
10 9
   <table>
11 10
    <tr>
templates/webpages/admin/delete_dataset.html
2 2
[% USE HTML %]<body class="admin">
3 3

  
4 4
 <h2>[% title %]</h2>
5
  <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
5
 <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
6 6
 <form method="post" action="admin.pl">
7 7

  
8 8
  <p>[% 'You can only delete datasets that are not in use.' | $T8 %]
templates/webpages/admin/delete_group_confirm.html
4 4
  <p class="message_hint">[ [% name %] ] - [% 'Do you really want to delete this group?' | $T8 %]</p>
5 5

  
6 6
   <form name="Form" method="post" action="admin.pl">
7
    <input type="hidden" name="back_nextsub" value="edit_groups">
8
    <input type="submit" class="submit" name="action" value="[% 'Back' | $T8 %]">
9

  
7
    <a href="admin.pl?action=edit_groups">[% 'Back' | $T8 %]</a>
10 8

  
11 9
    <input type="hidden" name="group_id" value="[% HTML.escape(id) %]">
12 10
    <input type="hidden" name="confirmed" value="1">
templates/webpages/admin/edit_group.html
10 10

  
11 11
  <div class="listtop">[% 'Edit group ' | $T8 %]:  [% HTML.escape(name) %]</div>
12 12

  
13
  <p><input type="submit" class="submit" name="action" value="[% 'Back' | $T8 %]"></p>
13
  <p><a href="admin.pl?action=edit_groups">[% 'Back' | $T8 %]</a></p>
14 14

  
15 15
   <hr>
16 16

  
templates/webpages/admin/edit_group_membership.html
3 3

  
4 4
 <div class="listtop">[% 'Edit group membership' | $T8 %]</div>
5 5

  
6
 <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
6
 <p><a href="admin.pl?action=edit_groups">[% 'Back' | $T8 %]</a></p>
7 7
 <p>[% 'Select the checkboxes that match users to the groups they should belong to.' | $T8 %]</p>
8 8

  
9 9
 <form action="admin.pl">
templates/webpages/admin/edit_user.html
24 24
 <form name="Form" id="Form" method="post" action="admin.pl">
25 25

  
26 26
  <div class="listtop" width="100%">[% title %]</div>
27
  <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
27
  <p><a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a></p>
28 28

  
29 29
  <table width="100%">
30 30
   <tr valign="top">
......
259 259

  
260 260
  <input name="callback" type="hidden" value="admin.pl?action=list_users">
261 261

  
262
  <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
262
  <a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a>
263 263
  <input type="hidden" name="action" value="dispatcher">
264 264
  <input type="submit" class="submit" name="action_save_user" value="[% 'Save' | $T8 %]">
265 265

  
templates/webpages/admin/update_dataset.html
2 2
[% USE HTML %]<body class="admin">
3 3

  
4 4
 <h2>[% title %]</h2>
5
  <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
5
 <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
6 6
 [% IF ALL_UPDATED %]
7 7
  [% 'All Datasets up to date!' | $T8 %]
8 8

  

Auch abrufbar als: Unified diff