Changeset 1280:d9627cb1cb02 for plugins/widgets/_widgets_functions.php
- Timestamp:
- 08/06/13 10:03:57 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/_widgets_functions.php
r1253 r1280 29 29 ($w->title ? '<h2><label for="q">'.html::escapeHTML($w->title).'</label></h2>' : ''). 30 30 '<form action="'.$core->blog->url.'" method="get">'. 31 '<fieldset>'. 31 32 '<p><input type="text" size="10" maxlength="255" id="q" name="q" value="'.$value.'" /> '. 32 33 '<input type="submit" class="submit" value="ok" /></p>'. 34 '</fieldset>'. 33 35 '</form>'. 34 36 ($w->content_only ? '' : '</div>');
Note: See TracChangeset
for help on using the changeset viewer.