|
From: <var...@us...> - 2009-03-27 20:15:21
|
Revision: 6730
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6730&view=rev
Author: vargenau
Date: 2009-03-27 20:15:16 +0000 (Fri, 27 Mar 2009)
Log Message:
-----------
Fix LinkIcons and GoogleLink icons
Modified Paths:
--------------
trunk/themes/default/templates/userprefs.tmpl
trunk/themes/gforge/templates/userprefs.tmpl
Modified: trunk/themes/default/templates/userprefs.tmpl
===================================================================
--- trunk/themes/default/templates/userprefs.tmpl 2009-03-27 19:52:42 UTC (rev 6729)
+++ trunk/themes/default/templates/userprefs.tmpl 2009-03-27 20:15:16 UTC (rev 6730)
@@ -181,10 +181,10 @@
<tr><td align="right"><?=$SelectLanguagesDesc?></td>
<td><?= $SelectLanguages ?></td>
<td><p class="hint"><?=_("System default:")?> <?= DEFAULT_LANGUAGE ?></span></td></tr>
- <tr><td align="right"><?=fmt("Hide %s:", WikiLink("LinkIcons"))?></td>
+ <tr><td align="right"><?=fmt("Hide %s:", WikiLink("Help:LinkIcons"))?></td>
<td><?=$NoLinkIconsCB?></td>
<td><p class="hint"><?=_("Hide or show LinkIcons (if supported by the current theme). Useful for text-only browsers or slow connections.")?></p></td></tr>
- <tr><td align="right"><?=fmt("Add %s:", WikiLink("GoogleLink"))?></td>
+ <tr><td align="right"><?=fmt("Add %s:", WikiLink("Help:GoogleLink"))?></td>
<td><?=$GoogleLinkCB?></td>
<td><p class="hint"><?=fmt("Add Google links to unknown pages behind the '?', and the create action behind the pagename instead. See %s.", WikiLink("MeatBall:GooglePrompt"))?></p></td></tr>
<tr><td align="right"><?=fmt("Enable DoubleClick Edit")?></td>
Modified: trunk/themes/gforge/templates/userprefs.tmpl
===================================================================
--- trunk/themes/gforge/templates/userprefs.tmpl 2009-03-27 19:52:42 UTC (rev 6729)
+++ trunk/themes/gforge/templates/userprefs.tmpl 2009-03-27 20:15:16 UTC (rev 6730)
@@ -307,10 +307,10 @@
<tr><td colspan="3"><h3><?=_("Appearance")?></h3></td></tr>
<tr><td colspan="3"><?=_("Here you can override site-specific default values.") ?></td></tr>
- <tr><td align="right"><?=fmt("Hide %s:", WikiLink("LinkIcons"))?></td>
+ <tr><td align="right"><?=fmt("Hide %s:", WikiLink("Help:LinkIcons"))?></td>
<td><?=$NoLinkIconsCB?></td>
- <td><p class="hint"><?=_("Hide or show LinkIcons (if supported by the current theme). Useful for text-only browsers or slow connections.")?></p></td></tr>
- <tr><td align="right"><?=fmt("Add %s:", WikiLink("GoogleLink"))?></td>
+ <td><p class="hint"><?=_("Hide or show LinkIcons.")?></p></td></tr>
+ <tr><td align="right"><?=fmt("Add %s:", WikiLink("Help:GoogleLink"))?></td>
<td><?=$GoogleLinkCB?></td>
<td><p class="hint"><?=fmt("Add Google links to unknown pages behind the '?', and the create action behind the pagename instead. See %s.", WikiLink("MeatBall:GooglePrompt"))?></p></td></tr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|