Ignore:
Timestamp:
Mar 31, 2010, 6:32:40 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Aktualizace fóra.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/styles/prosilver/template/posting_topic_review.html

    r400 r702  
    66
    77<div id="topicreview">
     8<script type="text/javascript">
     9// <![CDATA[
     10        bbcodeEnabled = {S_BBCODE_ALLOWED};
     11// ]]>
     12</script>
    813        <!-- BEGIN topic_review_row -->
     14
     15        <!-- IF topic_review_row.S_IGNORE_POST -->
     16        <div class="post bg3 post-ignore">
     17                <div class="inner"><span class="corners-top"><span></span></span>
     18                        {topic_review_row.L_IGNORE_POST}
     19        <!-- ELSE -->
    920        <div class="post <!-- IF topic_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
    1021                <div class="inner"><span class="corners-top"><span></span></span>
     22        <!-- ENDIF -->
    1123
    1224                <div class="postbody" id="pr{topic_review_row.POST_ID}">
Note: See TracChangeset for help on using the changeset viewer.