Changeset 1399:cdf556efc5ea for admin/popup_posts.php
- Timestamp:
- 08/16/13 14:16:11 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/popup_posts.php
r1179 r1399 53 53 54 54 echo '<form action="popup_posts.php" method="post">'. 55 '<p><label for"type" class="classic">'.__('Entry type:').' '.form::combo('type',$type_combo,$type).'</label></p>'.56 $core->formNonce(). 55 '<p><label for"type" class="classic">'.__('Entry type:').'</label> '.form::combo('type',$type_combo,$type).''. 56 $core->formNonce().'</p>'. 57 57 '<noscript><div><input type="submit" value="'.__('Ok').'" /></div></noscript>'. 58 58 '</form>'; 59 59 60 60 echo '<form action="popup_posts.php" method="get">'. 61 '<p><label for="q" class="classic">'.__('Search entry:').' '.form::field('q',30,255,html::escapeHTML($q)).'</label> '.62 ' <input type="submit" value="'.__('Search').'" /> </p>'.61 '<p><label for="q" class="classic">'.__('Search entry:').'</label> '.form::field('q',30,255,html::escapeHTML($q)). 62 ' <input type="submit" value="'.__('Search').'" />'. 63 63 form::hidden('type',html::escapeHTML($type)). 64 '</ form>';64 '</p></form>'; 65 65 66 66 try {
Note: See TracChangeset
for help on using the changeset viewer.