Changeset 4990

Show
Ignore:
Timestamp:
11/05/09 09:07:27 (3 weeks ago)
Author:
kaminogoya
Message:

Removed "maxlength" setting from asset name field. BugzID #103007

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/tmpl/cms/edit_asset.tmpl

    r4967 r4990  
    130130                help_page="assets" 
    131131                help_section="asset_label"> 
    132                 <input type="text" name="label" id="label" maxlength="100" value="<mt:var name="label" escape="html">" class="full-width" /> 
     132                <input type="text" name="label" id="label" value="<mt:var name="label" escape="html">" class="full-width" /> 
    133133            </mtapp:setting> 
    134134