Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
txp_css.php: Missing label
The “…or copy style as” string on the Styles pane isn’t linked to the field with <label>
like it’s on Pages pane. To me it would be more consistent if both were linked :-)
The change could be pretty simple. In /include/txp_css.php
@ line 87 from:
$copy = '<div class="copy-as">'.gTxt('copy_css_as').sp.fInput('text', 'newname', '', 'edit').sp.
To:
$copy = '<div class="copy-as"><label for="copy-css">'.gTxt('copy_css_as').'</label>'.sp.fInput('text', 'newname', '', 'edit', '', '', '', '', 'copy-css').sp.
Last edited by Gocom (2010-08-05 02:59:52)
Offline
Re: txp_css.php: Missing label
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Pages: 1