[Customisation Database Commits] r681 - in /trunk/titania/styles/default/template: common/topic_list.html contributions/contribution_faq.html
Cesar G
prototech at phpbb.com
Fri Mar 5 02:33:48 GMT 2010
Author: prototech
Date: Fri Mar 5 02:33:48 2010
New Revision: 681
Log:
Nubbed source to image.
/me blames Nathan.
Modified:
trunk/titania/styles/default/template/common/topic_list.html
trunk/titania/styles/default/template/contributions/contribution_faq.html
Modified: trunk/titania/styles/default/template/common/topic_list.html
==============================================================================
*** trunk/titania/styles/default/template/common/topic_list.html (original)
--- trunk/titania/styles/default/template/common/topic_list.html Fri Mar 5 02:33:48 2010
***************
*** 38,44 ****
<li class="row<!-- IF topics.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topics.S_TOPIC_PROGRESS --> bg3<!-- ENDIF --><!-- IF topics.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topics.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
<dl class="icon" style="background-image: url({topics.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
<dt title="{topics.TOPIC_FOLDER_IMG_ALT}">
! <!-- IF topics.S_ACCESS_TEAMS or topics.S_ACCESS_AUTHORS --><img src="{T_TITANIA_THEME_PATH}/icon_access_<!-- IF topics.S_ACCESS_TEAMS -->teams<!-- ELSE -->author<!-- ENDIF -->.png" class="access-icon" alt="" /><!-- ENDIF -->
<!-- IF topics.S_UNREAD_TOPIC --><a href="{topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topics.U_VIEW_TOPIC}" class="topictitle">{topics.TOPIC_SUBJECT}</a>
<!-- IF not topics.TOPIC_APPROVED or topics.S_POSTS_UNAPPROVED --><a href="{topics.U_MCP_QUEUE}">{topics.UNAPPROVED_IMG}</a> <!-- ENDIF -->
<!-- IF topics.TOPIC_REPORTED --><a href="{topics.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
--- 38,44 ----
<li class="row<!-- IF topics.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topics.S_TOPIC_PROGRESS --> bg3<!-- ENDIF --><!-- IF topics.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topics.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
<dl class="icon" style="background-image: url({topics.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
<dt title="{topics.TOPIC_FOLDER_IMG_ALT}">
! <!-- IF topics.S_ACCESS_TEAMS or topics.S_ACCESS_AUTHORS --><img src="{T_TITANIA_THEME_PATH}/images/icon_access_<!-- IF topics.S_ACCESS_TEAMS -->teams<!-- ELSE -->author<!-- ENDIF -->.png" class="access-icon" alt="" /><!-- ENDIF -->
<!-- IF topics.S_UNREAD_TOPIC --><a href="{topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topics.U_VIEW_TOPIC}" class="topictitle">{topics.TOPIC_SUBJECT}</a>
<!-- IF not topics.TOPIC_APPROVED or topics.S_POSTS_UNAPPROVED --><a href="{topics.U_MCP_QUEUE}">{topics.UNAPPROVED_IMG}</a> <!-- ENDIF -->
<!-- IF topics.TOPIC_REPORTED --><a href="{topics.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
Modified: trunk/titania/styles/default/template/contributions/contribution_faq.html
==============================================================================
*** trunk/titania/styles/default/template/contributions/contribution_faq.html (original)
--- trunk/titania/styles/default/template/contributions/contribution_faq.html Fri Mar 5 02:33:48 2010
***************
*** 37,43 ****
<li class="row<!-- IF faqlist.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="icon" style="background-image: url({faqlist.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
<dt>
! <!-- IF faqlist.S_ACCESS_TEAMS or faqlist.S_ACCESS_AUTHORS --><img src="{T_TITANIA_THEME_PATH}/icon_access_<!-- IF faqlist.S_ACCESS_TEAMS -->teams<!-- ELSE -->author<!-- ENDIF -->.png" class="access-icon" alt="" /><!-- ENDIF -->
<a href="{faqlist.U_FAQ}">{faqlist.SUBJECT}</a>
</dt>
<dd class="faq-tools">
--- 37,43 ----
<li class="row<!-- IF faqlist.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="icon" style="background-image: url({faqlist.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
<dt>
! <!-- IF faqlist.S_ACCESS_TEAMS or faqlist.S_ACCESS_AUTHORS --><img src="{T_TITANIA_THEME_PATH}/images/icon_access_<!-- IF faqlist.S_ACCESS_TEAMS -->teams<!-- ELSE -->author<!-- ENDIF -->.png" class="access-icon" alt="" /><!-- ENDIF -->
<a href="{faqlist.U_FAQ}">{faqlist.SUBJECT}</a>
</dt>
<dd class="faq-tools">
More information about the customisationdb-commits
mailing list