Index: trunk/phase3/skins/Chick.pt |
— | — | @@ -62,8 +62,8 @@ |
63 | 63 | |
64 | 64 | <div class="portlet" id="p-tb"> |
65 | 65 | <strong><span i18n:translate="string:toolbox">Toolbox</span>:</strong> |
66 | | - <a href="${nav_urls/whatlinkshere/href}" i18n:translate="string:whatlinkshere">What links here</a> |
67 | | - <a href="${nav_urls/recentchangeslinked/href}" i18n:translate="string:recentchangeslinked">Related Changes</a> |
| 66 | + <a href="${nav_urls/whatlinkshere/href}" tal:condition="notspecialpage" i18n:translate="string:whatlinkshere">What links here</a> |
| 67 | + <a href="${nav_urls/recentchangeslinked/href}" tal:condition="notspecialpage" i18n:translate="string:recentchangeslinked">Related Changes</a> |
68 | 68 | <span tal:condition="feeds" id="feedlinks"> |
69 | 69 | <span i18n:translate="string:feedlinks">Feeds:</span> |
70 | 70 | <span tal:repeat="feed feeds"> <a tal:attributes="id string:feed-${repeat/feed/key}; |
Index: trunk/phase3/skins/WikimediaWiki.pt |
— | — | @@ -111,9 +111,9 @@ |
112 | 112 | <h5 i18n:translate="string:toolbox">Toolbox</h5> |
113 | 113 | <div class="pBody"> |
114 | 114 | <ul> |
115 | | - <li id="t-whatlinkshere"><a href="${nav_urls/whatlinkshere/href}" |
| 115 | + <li id="t-whatlinkshere" tal:condition="notspecialpage"><a href="${nav_urls/whatlinkshere/href}" |
116 | 116 | i18n:translate="string:whatlinkshere">What links here</a></li> |
117 | | - <li id="t-recentchangeslinked"><a href="${nav_urls/recentchangeslinked/href}" |
| 117 | + <li id="t-recentchangeslinked" tal:condition="notspecialpage"><a href="${nav_urls/recentchangeslinked/href}" |
118 | 118 | i18n:translate="string:recentchangeslinked">Related Changes</a></li> |
119 | 119 | <li tal:condition="feeds" id="feedlinks"> |
120 | 120 | <span i18n:translate="string:feedlinks">Feeds:</span> |