Changeset 2583 in products


Ignore:
Timestamp:
Jun 26, 2010 10:38:03 AM (14 years ago)
Author:
fenix
Message:

Removed all tabindex from templates.

Location:
Products.qPloneDropDownMenu/trunk/Products/qPloneDropDownMenu/skins/qPloneDropDownMenu
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Products.qPloneDropDownMenu/trunk/Products/qPloneDropDownMenu/skins/qPloneDropDownMenu/prefs_csshover_edit_form.cpt

    r1 r2583  
    3737         <textarea cols="80" 
    3838                   rows="20" 
    39                    tabindex="" 
    4039                   name="csshovering" 
    4140                   id="csshovering" 
    42                    class="ieVisible" 
    43                    tal:attributes="tabindex tabindex/next;">Use this configlet in IE</textarea> 
     41                   class="ieVisible">Use this configlet in IE</textarea> 
    4442     </div> 
    4543 
     
    5654             tal:define="process_creation request/process_creation|nothing;"> 
    5755         <input class="context" 
    58                 tabindex="" 
    5956                type="submit" 
    6057                value="Save" 
    6158                name="form.button.Save" 
    62                 i18n:attributes="value" 
    63                 tal:attributes="tabindex tabindex/next" /> 
     59                i18n:attributes="value"/> 
    6460     </div> 
    6561 
  • Products.qPloneDropDownMenu/trunk/Products/qPloneDropDownMenu/skins/qPloneDropDownMenu/prefs_dropdownmenu_edit_form.cpt

    r372 r2583  
    4242           tal:define="process_creation request/process_creation|nothing;"> 
    4343          <input class="context" 
    44                  tabindex="" 
    4544                 type="submit" 
    4645                 value="Regenerate Menu" 
    4746                 name="form.button.Regenerate" 
    48                  i18n:attributes="value" 
    49                  tal:attributes="tabindex tabindex/next" /> 
     47                 i18n:attributes="value" /> 
    5048      </div> 
    5149 
     
    6563          <textarea cols="80"  
    6664                    rows="20" 
    67                     tabindex="" 
    6865                    name="menu" 
    6966                    id="menu" 
    70                     tal:content="portal/portal_properties/dropdownmenu_properties/menu|string:" 
    71                     tal:attributes="tabindex tabindex/next;">Portal Tabs</textarea> 
     67                    tal:content="portal/portal_properties/dropdownmenu_properties/menu|string:">Portal Tabs</textarea> 
    7268      </div> 
    7369 
     
    7571           tal:define="process_creation request/process_creation|nothing;"> 
    7672        <input class="context" 
    77                tabindex="" 
    7873               type="submit" 
    7974               value="Save" 
    8075               name="form.button.Save" 
    81                i18n:attributes="value" 
    82                tal:attributes="tabindex tabindex/next" /> 
     76               i18n:attributes="value" /> 
    8377      </div> 
    8478 
Note: See TracChangeset for help on using the changeset viewer.