Ignore:
Timestamp:
Jul 5, 2010 11:14:46 AM (14 years ago)
Author:
kroman0
Message:

Removed tabindex support

Location:
quintagroup.plonecomments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/trunk

    • Property svn:mergeinfo changed from /quintagroup.plonecomments/branches/jquery:2230,2240-2241,2321 to /quintagroup.plonecomments/branches/jquery:2230,2240-2241,2313,2321
  • quintagroup.plonecomments/trunk/quintagroup/plonecomments/skins/quintagroup_plonecomments/prefs_recent_comments_form.cpt

    r2463 r2611  
    99<div metal:fill-slot="prefs_configlet_content" 
    1010     tal:define="here_url context/@@plone_context_state/object_url; 
    11                  Iterator python:modules['Products.CMFPlone'].IndexIterator; 
    12                  tabindex python:Iterator(mainSlot=False); 
    1311                 errors python:request.get('controller_state', None).getErrors();"> 
    1412 
     
    119117 
    120118                        <input class="context" 
    121                                tabindex="" 
    122119                               type="submit" 
    123120                               name="form.button.form_delete" 
    124121                               value="Delete" 
    125122                               i18n:attributes="value" 
    126                                tal:attributes="tabindex tabindex/next;" 
    127123                               /> 
    128124 
    129125                        <input class="context" 
    130                                tabindex="" 
    131126                               type="submit" 
    132127                               name="form.button.form_publish" 
    133128                               value="Publish" 
    134129                               i18n:attributes="value" 
    135                                tal:attributes="tabindex tabindex/next;" 
    136130                               /> 
    137131 
Note: See TracChangeset for help on using the changeset viewer.