Changeset 994:7d7c0da0cc79 for plugins/blowupConfig/index.php
- Timestamp:
- 11/12/12 12:54:57 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/index.php
r907 r994 431 431 echo 432 432 '<fieldset><legend>'.__('Additional CSS').'</legend>'. 433 '<p>'.form::textarea('extra_css',72,5,html::escapeHTML($blowup_user['extra_css']),'maximal','',false,'title="'.__('Additional CSS').'"').'</p>'. 433 '<p><label for="extra_css">'.__('Any additional CSS styles (must be written using the CSS syntax):').' '. 434 form::textarea('extra_css',72,5,html::escapeHTML($blowup_user['extra_css']),'maximal','',false,'title="'.__('Additional CSS').'"'). 435 '</label></p>'. 434 436 '</fieldset>'; 435 437
Note: See TracChangeset
for help on using the changeset viewer.