• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修订版11c6513e1b8f9f6b32e8d2fe54d889eb1cb5f690 (tree)
时间2010-07-10 04:56:54
作者Wolf <wolf@geek...>
CommiterWolf

Log Message

[#624] trashcan not available, so use minusthick and plusthick icons

更改概述

差异

--- a/ForgeWiki/forgewiki/templates/page_edit.html
+++ b/ForgeWiki/forgewiki/templates/page_edit.html
@@ -24,7 +24,7 @@
2424 <h1 class="title">Edit $page.title</h1>
2525 <div class="actions">
2626 <a href="." class="btn ico-l"><b class="ui-icon ui-icon-search"></b> <span>View Page</span></a>
27- <a py:if="page_exists and has_artifact_access('delete', page)()" href="./delete" class="btn ico-l"><b class="ui-icon ui-icon-trash"></b> <span>Delete</span></a>
27+ <a py:if="page_exists and has_artifact_access('delete', page)()" href="./delete" class="btn ico-l"><b class="ui-icon ui-icon-minusthick"></b> <span>Delete</span></a>
2828 </div>
2929 <div class="content">
3030 <div class="row">
--- a/ForgeWiki/forgewiki/templates/page_view.html
+++ b/ForgeWiki/forgewiki/templates/page_view.html
@@ -30,7 +30,7 @@
3030 <a href="edit" class="btn ico-l"><b class="ui-icon ui-icon-pencil"></b> <span>Edit</span></a>
3131 </py:if>
3232 <py:if test="page.deleted and has_artifact_access('delete', page)()">
33- <a href="undelete" class="btn ico-l"><b class="ui-icon ui-icon-trash"></b> <span>Undelete</span></a>
33+ <a href="undelete" class="btn ico-l"><b class="ui-icon ui-icon-plusthick"></b> <span>Undelete</span></a>
3434 </py:if>
3535 <a py:if="not page.deleted" href="history" class="btn ico-l"><b class="ui-icon ui-icon-search"></b> <span>History</span></a>
3636 <py:if test="c.user and c.user != c.user.anonymous()">