Ignore:
Timestamp:
06/16/05 17:00:20 (19 years ago)
Author:
bastiaans
Message:

web/addons/toga/templates/search.tpl:

  • Removed size limit on input field

web/addons/toga/index.php:

  • Bugfix on metric menu choice/submit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/toga/templates/search.tpl

    r143 r144  
    11<CENTER>
    2 </FORM>
    32
    43<SCRIPT LANGUAGE="javascript" SRC="ts_picker.js"></SCRIPT>
     
    269268    <a href="#" onClick="javascript: document.archive_search_form.period_start_pick.value=''" alt="Click here to clear field" title="Click here to clear field">
    270269    <IMG SRC="redcross.jpg" BORDER=0></A>
    271     to <INPUT TYPE="text" NAME="period_stop_pick" VALUE="{stop}" SIZE=12 ALT="Stop time" DISABLED="TRUE">
     270    to <INPUT TYPE="text" NAME="period_stop_pick" VALUE="{stop}" ALT="Stop time" DISABLED="TRUE">
    272271    <a href="javascript:show_calendar('document.archive_search_form.period_stop_pick', document.archive_search_form.period_stop_pick.value);" alt="Click to select a date/time" title="Click to select a date/time">
    273272    <img src="cal.gif" width="16" height="16" border="0"></a>
Note: See TracChangeset for help on using the changeset viewer.