Changeset 2593 in products for quintagroup.seoptimizer/trunk


Ignore:
Timestamp:
Jun 29, 2010 6:12:58 PM (14 years ago)
Author:
liebster
Message:

Remove tabindex from seo_context_properties for compatibility package with Plone4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/browser/templates/seo_context_properties.pt

    r2139 r2593  
    2828    <div metal:fill-slot="main" 
    2929        tal:define="errors python:request.get('errors', {}); 
    30                     Iterator python:modules['Products.CMFPlone'].IndexIterator; 
    31                     tabindex python:Iterator(mainSlot=False); 
    3230                    seo_context here/@@seo_context"><!--TODO:implement validation and errors handling--> 
    3331      <h1 i18n:translate="heading_edit_seo_properties">Edit SEO Properties</h1> 
     
    6260                   id="seo_title_override" 
    6361                   name="seo_title_override" 
    64                    tabindex="" 
    65                    tal:attributes="checked python:view.test(seo_context['has_seo_title'], 'on', None); 
    66                                    tabindex tabindex/next;" 
     62                   tal:attributes="checked python:view.test(seo_context['has_seo_title'], 'on', None);" 
    6763                   /> 
    6864            <label i18n:translate="label_override" for="seo_title_override"> 
     
    7571                   size="40" 
    7672                   value="" 
    77                    tabindex="" 
    78                    tal:attributes="value request/seo_title | seo_context/seo_title; 
    79                                    tabindex tabindex/next;" 
     73                   tal:attributes="value request/seo_title | seo_context/seo_title;" 
    8074                   /> 
    8175          </div> 
     
    9084                   id="seo_description_override" 
    9185                   name="seo_description_override" 
    92                    tabindex="" 
    93                    tal:attributes="checked python:view.test(seo_context['has_seo_description'], 'on', None); 
    94                                    tabindex tabindex/next;" 
     86                   tal:attributes="checked python:view.test(seo_context['has_seo_description'], 'on', None);" 
    9587                   /> 
    9688            <label i18n:translate="label_override" for="seo_description_override"> 
     
    10395                      rows="5" 
    10496                      cols="15" 
    105                       tabindex="" 
    106                       tal:attributes="tabindex tabindex/next;" 
    10797                      tal:content="request/seo_description | seo_context/seo_description" 
    10898                      /> 
     
    123113                   id="seo_keywords_override" 
    124114                   name="seo_keywords_override" 
    125                    tabindex="" 
    126                    tal:attributes="checked python:view.test(seo_context['has_seo_keywords'], 'on', None); 
    127                                    tabindex tabindex/next;" 
     115                   tal:attributes="checked python:view.test(seo_context['has_seo_keywords'], 'on', None);" 
    128116                   /> 
    129117            <label i18n:translate="label_override" for="seo_keywords_override"> 
     
    136124                      cols="15" 
    137125                      wrap="off" 
    138                       tabindex="" 
    139                       tal:attributes="tabindex tabindex/next;" 
    140126                      tal:define="keywords request/seo_keywords | seo_context/seo_keywords" 
    141127                      tal:content="python:'\n'.join(keywords)" 
     
    153139                   id="seo_html_comment_override" 
    154140                   name="seo_html_comment_override" 
    155                    tabindex="" 
    156                    tal:attributes="checked python:view.test(seo_context['has_html_comment'], 'on', None); 
    157                                    tabindex tabindex/next;" 
     141                   tal:attributes="checked python:view.test(seo_context['has_html_comment'], 'on', None);" 
    158142                   /> 
    159143            <label i18n:translate="label_override" for="seo_html_comment_override"> 
     
    165149                      rows="5" 
    166150                      cols="15" 
    167                       tabindex="" 
    168                       tal:attributes="tabindex tabindex/next;" 
    169151                      tal:content="request/seo_html_comment | seo_context/seo_html_comment" 
    170152                      /> 
     
    181163                   id="seo_robots_override" 
    182164                   name="seo_robots_override" 
    183                    tabindex="" 
    184                    tal:attributes="checked python:view.test(seo_context['has_seo_robots'], 'on', None); 
    185                                    tabindex tabindex/next;" 
     165                   tal:attributes="checked python:view.test(seo_context['has_seo_robots'], 'on', None);" 
    186166                   /> 
    187167            <label i18n:translate="label_override" for="seo_robots_override"> 
     
    194174                   size="25" 
    195175                   value="" 
    196                    tabindex="" 
    197                    tal:attributes="value request/seo_robots | seo_context/seo_robots; 
    198                                    tabindex tabindex/next;" 
     176                   tal:attributes="value request/seo_robots | seo_context/seo_robots;" 
    199177                   /> 
    200178          </div> 
     
    210188                   id="seo_distribution_override" 
    211189                   name="seo_distribution_override" 
    212                    tabindex="" 
    213                    tal:attributes="checked python:view.test(seo_context['has_seo_distribution'], 'on', None); 
    214                                    tabindex tabindex/next;" 
     190                   tal:attributes="checked python:view.test(seo_context['has_seo_distribution'], 'on', None);" 
    215191                   /> 
    216192            <label i18n:translate="label_override" for="seo_distribution_override"> 
     
    223199                   size="25" 
    224200                   value="" 
    225                    tabindex="" 
    226                    tal:attributes="value request/seo_distribution | seo_context/seo_distribution; 
    227                                    tabindex tabindex/next;" 
     201                   tal:attributes="value request/seo_distribution | seo_context/seo_distribution;" 
    228202                   /> 
    229203          </div> 
     
    242216                   id="seo_canonical_override" 
    243217                   name="seo_canonical_override" 
    244                    tabindex="" 
    245                    tal:attributes="checked python:view.test(seo_context['has_seo_canonical'], 'on', None); 
    246                                    tabindex tabindex/next;" 
     218                   tal:attributes="checked python:view.test(seo_context['has_seo_canonical'], 'on', None);" 
    247219                   /> 
    248220            <label i18n:translate="label_override" for="seo_canonical_override"> 
     
    256228                   size="55" 
    257229                   value="" 
    258                    tabindex="" 
    259                    tal:attributes="value request/seo_canonical | seo_context/seo_canonical; 
    260                                    tabindex tabindex/next;" 
     230                   tal:attributes="value request/seo_canonical | seo_context/seo_canonical;" 
    261231                   /> 
    262232          </div> 
     
    273243                   id="seo_custommetatags_override" 
    274244                   name="seo_custommetatags_override" 
    275                    tabindex="" 
    276                    tal:attributes="checked python:view.test(seo_context.seo_localCustomMetaTags(), 'on', None); 
    277                                    tabindex tabindex/next;" 
     245                   tal:attributes="checked python:view.test(seo_context.seo_localCustomMetaTags(), 'on', None);" 
    278246                   /> 
    279247            <label i18n:translate="label_override" for="seo_custommetatags_override"> 
     
    387355               i18n:domain="plone"> 
    388356            <input class="context" 
    389                    tabindex="" 
    390357                   type="submit" 
    391358                   name="form.button.Save" 
    392359                   value="Save" 
    393                    i18n:attributes="value" 
    394                    tal:attributes="tabindex tabindex/next;" /> 
     360                   i18n:attributes="value" /> 
    395361            <input class="standalone" 
    396                    tabindex="" 
    397362                   type="submit" 
    398363                   name="form.button.Cancel" 
    399364                   value="Cancel" 
    400                    i18n:attributes="value" 
    401                    tal:attributes="tabindex tabindex/next;" /> 
     365                   i18n:attributes="value" /> 
    402366          </div> 
    403367        </fieldset> 
Note: See TracChangeset for help on using the changeset viewer.