Changeset 454:0458313d8a11 for inc
- Timestamp:
- 06/30/11 12:19:13 (14 years ago)
- Branch:
- default
- Location:
- inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r448 r454 75 75 __('Blogs:').' '. 76 76 $core->formNonce(). 77 form::combo('switchblog',$blogs,$core->blog->id , '').77 form::combo('switchblog',$blogs,$core->blog->id). 78 78 '</label>'. 79 79 '<noscript><div><input type="submit" value="'.__('ok').'" /></div></noscript>'; -
inc/public/default-templates/password-form.html
r199 r454 34 34 35 35 <p>{{tpl:lang You must give a password to access this area.}}</p> 36 <p><label>{{tpl:lang Password:}} <input type="password" name="password" value="" 37 tabindex="1" /></label> <input type="submit" value="ok" /></p> 36 <p><label>{{tpl:lang Password:}} <input type="password" name="password" value="" /></label> <input type="submit" value="ok" /></p> 38 37 39 38 </form>
Note: See TracChangeset
for help on using the changeset viewer.