Changeset 1031
- Timestamp:
- 05/07/07 17:05:07 (19 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 4 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
t/20_edit_form.t (added)
-
templates/edit_form.tt (modified) (1 diff)
-
templates/footer.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r1028 r1031 5 5 6 6 0.60 7 Removed footer search from edit page (shouldn't have been there). 7 8 Upgraded Module::Build requirement to cope with API change. 8 9 Added new parameters to action=random - you can now supply category -
trunk/MANIFEST
r1027 r1031 86 86 t/18_http_headers.t 87 87 t/19_autocreate.t 88 t/20_edit_form.t 88 89 t/21_rdf.t 89 90 t/22_feed_recent_changes.t -
trunk/templates/edit_form.tt
r1021 r1031 368 368 [% END %] 369 369 370 [% INCLUDE footer.tt %]370 [% INCLUDE footer.tt omit_footer_search_form = 1 %] -
trunk/templates/footer.tt
r965 r1031 1 1 <br clear="all" /> 2 2 3 <div id="search_form"> 4 <form action="search.cgi" method="get"> 5 <strong><label for="search">Search [% site_name %]:</label></strong> <input type="text" size="50" name="search" id="search" value="Search text" onclick="this.value=''" /> 6 <input type="submit" name="Go" value="Go" id="go" class="form_button" /> 7 </form> 8 </div> 3 [% UNLESS omit_footer_search_form %] 4 <div id="search_form"> 5 <form action="search.cgi" method="get"> 6 <strong><label for="search">Search [% site_name %]:</label></strong> <input type="text" size="50" name="search" id="search" value="Search text" onclick="this.value=''" /> 7 <input type="submit" name="Go" value="Go" id="go" class="form_button" /> 8 </form> 9 </div> 10 [% END %] 9 11 10 12 <div id="footer">
