Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8abd9ce3

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 8abd9ce32e946691e0953f9a8e2c183183d7854e
  • Vorgänger f5851080
  • Nachfolger 0c404f20

$::request->layout->focus() größtenteils durch class="initial_focus" ersetzen

Unterschiede anzeigen:

templates/webpages/dunning/add.html
9 9
    <th align="right">[% 'Customer' | $T8 %]</th>
10 10
    <td colspan="3">
11 11
     [% IF SHOW_CUSTOMER_SELECTION %]
12
      <select name="customer">
12
      <select name="customer" class="initial_focus">
13 13
       <option></option>
14 14
       [% FOREACH row = all_customer %]<option>[% HTML.escape(row.name) %]--[% HTML.escape(row.id) %]</option>[% END %]
15 15
      </select>
16 16
      [% ELSE %]
17
      <input name="customer" size="35">
17
      <input name="customer" size="35" class="initial_focus">
18 18
     [% END %]
19 19
    </td>
20 20
   </tr>
......
81 81
  <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
82 82

  
83 83
 </form>
84

  
85

  

Auch abrufbar als: Unified diff