Ignore:
Timestamp:
Jun 25, 2010 2:26:13 PM (14 years ago)
Author:
liebster
Message:

Remove tabindex from prefs_gsm_settings template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/skins/plonegooglesitemaps/prefs_gsm_settings.cpt

    r2555 r2580  
    99        tal:define="errors python:request.get('errors', {}); 
    1010                    here_url context/@@plone_context_state/object_url; 
    11                     portal context/@@plone_portal_state/portal; 
    12                     Iterator python:modules['Products.CMFPlone'].IndexIterator; 
    13                     tabindex python:Iterator(mainSlot=False);"> 
     11                    portal context/@@plone_portal_state/portal;"> 
    1412 
    1513        <div class="documentEditable"> 
     
    7674                                <td> 
    7775                                <input type="checkbox" class="noborder" 
    78                                         name="smselected:list" id="#" value="#" tabindex="" 
     76                                        name="smselected:list" id="#" value="#" 
    7977                                        tal:attributes="value    data/sm_id; 
    8078                                                        id       string:cb_${data/sm_id}; 
    8179                                                        alt      data/sm_type; 
    82                                                         title    data/sm_type; 
    83                                                         tabindex tabindex/next;" /> 
     80                                                        title    data/sm_type;" /> 
    8481                                </td> 
    8582                                <td> 
     
    111108                            i18n:domain="plone"> 
    112109                            <input class="context" 
    113                                 tabindex="" 
    114110                                type="submit" 
    115111                                name="form.button.AddContent" 
    116112                                value="Add Content Sitemap" 
    117113                                i18n:attributes="value" 
    118                                 tal:condition="not:view/hasContentSM" 
    119                                 tal:attributes="tabindex tabindex/next;" /> 
     114                                tal:condition="not:view/hasContentSM" /> 
    120115                            <input class="context" 
    121                                 tabindex="" 
    122116                                type="submit" 
    123117                                name="form.button.AddMobile" 
    124118                                value="Add Mobile Sitemap" 
    125119                                i18n:attributes="value" 
    126                                 tal:condition="not:view/hasMobileSM" 
    127                                 tal:attributes="tabindex tabindex/next;" /> 
     120                                tal:condition="not:view/hasMobileSM" /> 
    128121                            <input class="context" 
    129                                 tabindex="" 
    130122                                type="submit" 
    131123                                name="form.button.AddNews" 
    132124                                value="Add News Sitemap" 
    133125                                i18n:attributes="value" 
    134                                 tal:condition="not:view/hasNewsSM" 
    135                                 tal:attributes="tabindex tabindex/next;" /> 
     126                                tal:condition="not:view/hasNewsSM" /> 
    136127                            <tal:block condition="sitemaps"> 
    137128                            <input class="context" 
    138                                 tabindex="" 
    139129                                type="submit" 
    140130                                name="form.button.Delete" 
    141131                                value="Delete" 
    142                                 i18n:attributes="value" 
    143                                 tal:attributes="tabindex tabindex/next;" /> 
     132                                i18n:attributes="value" /> 
    144133                            <input class="context" 
    145                                 tabindex="" 
    146134                                type="submit" 
    147135                                name="form.button.Ping" 
    148136                                value="Ping" 
    149                                 i18n:attributes="value" 
    150                                 tal:attributes="tabindex tabindex/next;" /> 
     137                                i18n:attributes="value" /> 
    151138                            </tal:block> 
    152139                        </div> 
Note: See TracChangeset for help on using the changeset viewer.