From: <var...@us...> - 2009-10-06 17:34:25
|
Revision: 7195 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7195&view=rev Author: vargenau Date: 2009-10-06 17:34:17 +0000 (Tue, 06 Oct 2009) Log Message: ----------- Remove HTML comments Modified Paths: -------------- trunk/themes/gforge/templates/editpage.tmpl trunk/themes/gforge/templates/info.tmpl Modified: trunk/themes/gforge/templates/editpage.tmpl =================================================================== --- trunk/themes/gforge/templates/editpage.tmpl 2009-10-06 17:19:52 UTC (rev 7194) +++ trunk/themes/gforge/templates/editpage.tmpl 2009-10-06 17:34:17 UTC (rev 7195) @@ -3,9 +3,6 @@ ?> <?php if (isset($PREVIEW_CONTENT)) { ?> <p><strong><?=_("Preview only! Changes not saved.")?></strong> -<!-- FIXME: it would be nice to put a link to the #editarea anchor below, - but it does not work currently with the <base> declared in top.tmpl. - I think we need to do away with using <base> altogether... --> <?= fmt("Please continue editing. (You'll find your %s at the bottom of the page.)", /* HTML::a(array("href" => "#editarea"), */ _("edit area") /*) */) ?> </p> Modified: trunk/themes/gforge/templates/info.tmpl =================================================================== --- trunk/themes/gforge/templates/info.tmpl 2009-10-06 17:19:52 UTC (rev 7194) +++ trunk/themes/gforge/templates/info.tmpl 2009-10-06 17:34:17 UTC (rev 7195) @@ -12,7 +12,6 @@ <?=$SEP?><?= Button(array('action'=>'diff','previous' => 'author'),_("Diff previous Author"),$page->getName()) ?> <?=$SEP?><?= Button("PageDump", _("PageDump")) ?> <?php if ((defined('DEBUG') && DEBUG) || $user->isAdmin()) { ?> - <!-- Buttons really only for debugging --> <?=$SEP?><?= Button("DebugInfo", _("DebugInfo")) ?> <?php $PurgeCache = Button(array('nocache' => 'purge'), @@ -21,6 +20,5 @@ ?> <?=$SEP?><?= $PurgeCache ?> </p> - <!-- End debugging buttons --> <?php } ?> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |