From: <ru...@us...> - 2009-06-04 11:16:57
|
Revision: 6862 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6862&view=rev Author: rurban Date: 2009-06-04 11:16:55 +0000 (Thu, 04 Jun 2009) Log Message: ----------- The id belongs to the checkbox Modified Paths: -------------- trunk/themes/default/templates/editpage.tmpl Modified: trunk/themes/default/templates/editpage.tmpl =================================================================== --- trunk/themes/default/templates/editpage.tmpl 2009-06-04 11:07:19 UTC (rev 6861) +++ trunk/themes/default/templates/editpage.tmpl 2009-06-04 11:16:55 UTC (rev 6862) @@ -79,7 +79,7 @@ <?php if ($user->isAdmin()) { ?> <?= $LOCKED_CB ?> <label for="edit-locked" title="<?=_("Make the page read-only?")?>"><?=_("Locked")?></label> <?php if (ENABLE_PAGE_PUBLIC) { ?> - <?= $PUBLIC_CB ?> <label id="edit-public" for="edit-public" title="<?=_("Export to a seperate public area?")?>"><?=_("Public")?></label> + <?= $PUBLIC_CB ?> <label for="edit-public" title="<?=_("Export to a seperate public area?")?>"><?=_("Public")?></label> <?php }} ?> </td> <td colspan="2" align="right"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |