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/discussion_edit_form.cpt

    • Property svn:mergeinfo changed from /quintagroup.plonecomments/branches/jquery/quintagroup/plonecomments/skins/quintagroup_plonecomments/discussion_edit_form.cpt:2079-2087,2230,2240-2241,2321 to /quintagroup.plonecomments/branches/jquery/quintagroup/plonecomments/skins/quintagroup_plonecomments/discussion_edit_form.cpt:2079-2087,2230,2240-2241,2313,2321
    r2463 r2611  
    2020                 member context/@@plone_portal_state/member; 
    2121                 template_id template/getId; 
    22                  Iterator python:modules['Products.CMFPlone'].IndexIterator; 
    23                  tabindex python:Iterator(mainSlot=False); 
    2422                 thread python:putils.getDiscussionThread(here); 
    2523                 discussable python:thread[0]; 
     
    6563                           value="" alt="Username" title="Name" 
    6664                           size="40" 
    67                            tabindex="" 
    68                            i18n:attributes="title label_name; alt label_username;" 
    69                            tal:attributes="tabindex tabindex/next;" /> 
     65                           i18n:attributes="title label_name; alt label_username;" /> 
    7066 
    7167                </div> 
     
    7874                           id="password" 
    7975                           name="password" 
    80                            tabindex="" 
    8176                           value="" alt="Password" title="Password" 
    8277                           size="40" 
    83                            i18n:attributes="title label_password; alt label_password;" 
    84                            tal:attributes="tabindex tabindex/next;" /> 
     78                           i18n:attributes="title label_password; alt label_password;" /> 
    8579 
    8680                </div> 
     
    10599                       value="" 
    106100                       size="40" 
    107                        tabindex="" 
    108                        tal:attributes="value context/title|request/subject|request/title_override|nothing; 
    109                                        tabindex tabindex/next" /> 
     101                       tal:attributes="value context/title|request/subject|request/title_override|nothing;" /> 
    110102 
    111103            </div> 
     
    127119                          cols="40" 
    128120                          rows="20" 
    129                           tabindex="" 
    130121                          tal:content="context/text|request/body_text|request/text_override | nothing" 
    131                           tal:attributes="tabindex tabindex/next" 
    132122                        ></textarea> 
    133123 
     
    137127 
    138128                <input class="context" 
    139                        tabindex="" 
    140129                       type="submit" 
    141130                       value="Save" 
    142131                       name="form.button.Save" 
    143                        i18n:attributes="value label_save;" 
    144                        tal:attributes="tabindex tabindex/next;" /> 
     132                       i18n:attributes="value label_save;" /> 
    145133                <input class="standalone" 
    146                        tabindex="" 
    147134                       type="submit" 
    148135                       value="Cancel" 
    149136                       name="form.button.Cancel" 
    150                        i18n:attributes="value label_cancel;" 
    151                        tal:attributes="tabindex tabindex/next;" /> 
     137                       i18n:attributes="value label_cancel;" /> 
    152138 
    153139            </div> 
Note: See TracChangeset for help on using the changeset viewer.