Changeset 774

Show
Ignore:
Timestamp:
01/22/07 05:07:13
Author:
piv
Message:

fixed js bug in IE

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qSEOptimizer/trunk/config.py

    r773 r774  
    1212              'see', 'serif', 'she', 'that', 'the', 'this', 'to', 'us', 'we', 'with', 'you', 'your'] 
    1313 
    14 FIELDS = ['title', 'description', 'keywords'] 
     14FIELDS = ['seo_title', 'seo_description', 'seo_keywords'] 
  • qSEOptimizer/trunk/skins/qSEOptimizer/qseo_properties_edit_form.cpt

    r773 r774  
    6464 
    6565            <input type="text" 
    66                    id="title" 
     66                   id="seo_title" 
    6767                   name="title" 
    6868                   size="40" 
     
    100100            <textarea  
    101101                      type="text" 
    102                       id="description" 
     102                      id="seo_description" 
    103103                      name="description" 
    104104                      rows="5" 
     
    138138 
    139139            <textarea  
    140                       id="keywords" 
     140                      id="seo_keywords" 
    141141                      name="keywords:lines" 
    142142                      rows="11" 
     
    172172 
    173173            <textarea  
    174                       id="html_comment" 
     174                      id="seo_html_comment" 
    175175                      name="html_comment" 
    176176                      rows="5" 
     
    205205 
    206206            <input type="text" 
    207                    id="robots" 
     207                   id="seo_robots" 
    208208                   name="robots" 
    209209                   size="25" 
     
    238238 
    239239            <input type="text" 
    240                    id="distribution" 
     240                   id="seo_distribution" 
    241241                   name="distribution" 
    242242                   size="25"