Changeset 3032 in products


Ignore:
Timestamp:
Nov 18, 2010 9:08:37 AM (13 years ago)
Author:
fenix
Message:

renamed submit buttons on forms.

Location:
quintagroup.analytics/trunk/quintagroup/analytics/browser
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/legacy_portlets.pt

    r3030 r3032  
    2727                CSV 
    2828                <input type="checkbox" name="csv" tal:attributes="checked request/csv|python:0" /> 
    29                 <input type="submit" name="submit" value="Submit" /> 
     29                <input type="submit" name="submit" value="Search" /> 
    3030            </form> 
    3131        </div> 
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/portlets_stats.pt

    r3030 r3032  
    2626                Search depth (-1 means no limit, 1 means that objects in the site root only will be searched): 
    2727                <input type="text" name="level" size="5" value="1" tal:attributes="value request/level|python:1" /> 
    28                 <input type="submit" name="submit" value="Submit" /> 
     28                <input type="submit" name="submit" value="Search" /> 
    2929            </form> 
    3030        </div> 
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/properties_stats.pt

    r3030 r3032  
    3030                CSV 
    3131                <input type="checkbox" name="csv" size="40" tal:attributes="checked request/csv|python:0" /> 
    32                 <input type="submit" name="submit" value="Submit" /> 
     32                <input type="submit" name="submit" value="Search" /> 
    3333            </form> 
    3434        </div> 
Note: See TracChangeset for help on using the changeset viewer.