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/search.html
16 16
       <th align="right">[% 'Customer' | $T8 %]</th>
17 17
       <td colspan="3">
18 18
        [% IF SHOW_CUSTOMER_DDBOX %]
19
         <select id='customer' name="customer_id">
19
         <select id='customer' name="customer_id" class="initial_focus">
20 20
          <option value=""></option>
21 21
          [% FOREACH row = ALL_CUSTOMERS %]<option value="[% HTML.escape(row.id) %]">[% HTML.escape(row.name) %]</option>
22 22
          [% END %]
23 23
         </select>
24 24
         [% ELSE %]
25
         <input id='customer' name="customer" size="35">
25
         <input id='customer' name="customer" size="35" class="initial_focus">
26 26
        [% END %]
27 27
       </td>
28 28
      </tr>
......
120 120
  <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
121 121

  
122 122
 </form>
123

  

Auch abrufbar als: Unified diff