[Customisation Database Commits] r567 - in /trunk/titania/styles/default: template/common/contrib_list.html theme/images/icon_not_validated.gif
Cesar G
prototech at phpbb.com
Tue Feb 2 23:49:28 GMT 2010
Author: prototech
Date: Tue Feb 2 23:49:27 2010
New Revision: 567
Log:
Display an icon for contributions that are not validated.
Added:
trunk/titania/styles/default/theme/images/icon_not_validated.gif (with props)
Modified:
trunk/titania/styles/default/template/common/contrib_list.html
Modified: trunk/titania/styles/default/template/common/contrib_list.html
==============================================================================
*** trunk/titania/styles/default/template/common/contrib_list.html (original)
--- trunk/titania/styles/default/template/common/contrib_list.html Tue Feb 2 23:49:27 2010
***************
*** 12,20 ****
<ul class="topiclist topics">
<!-- BEGIN contribs -->
! <li class="row<!-- IF contribs.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF not contribs.S_CONTRIB_VALIDATED --> reported<!-- ENDIF -->">
<dl class="icon" style="background-image: url({contribs.FOLDER_IMG_SRC}); background-repeat: no-repeat;">
! <dt><a href="{contribs.U_VIEW_CONTRIB}" class="topictitle">{contribs.CONTRIB_NAME}</a>
</dt>
<dd class="author">
{contribs.AUTHOR_NAME_FULL}
--- 12,20 ----
<ul class="topiclist topics">
<!-- BEGIN contribs -->
! <li class="row<!-- IF contribs.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="icon" style="background-image: url({contribs.FOLDER_IMG_SRC}); background-repeat: no-repeat;">
! <dt><a href="{contribs.U_VIEW_CONTRIB}" class="topictitle">{contribs.CONTRIB_NAME}</a> <!-- IF not contribs.S_CONTRIB_VALIDATED --><img src="{T_TITANIA_THEME_PATH}/images/icon_not_validated.gif" alt="" /><!-- ENDIF -->
</dt>
<dd class="author">
{contribs.AUTHOR_NAME_FULL}
Added: trunk/titania/styles/default/theme/images/icon_not_validated.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/icon_not_validated.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
More information about the customisationdb-commits
mailing list