Changeset 1253:0f0cf6a5df47 for plugins/widgets
- Timestamp:
- 07/29/13 12:44:41 (12 years ago)
- Branch:
- remove-search-fieldset
- Children:
- 1254:a6c978089f3a, 1410:6172bd5b1460
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/_widgets_functions.php
r1179 r1253 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>'.32 31 '<p><input type="text" size="10" maxlength="255" id="q" name="q" value="'.$value.'" /> '. 33 32 '<input type="submit" class="submit" value="ok" /></p>'. 34 '</fieldset>'.35 33 '</form>'. 36 34 ($w->content_only ? '' : '</div>');
Note: See TracChangeset
for help on using the changeset viewer.