Changeset 442:6e6239636504


Ignore:
Timestamp:
Apr 24, 2012 7:20:34 PM (13 months ago)
Author:
Igor Yanchenko <yanchenko.igor@…>
Branch:
t220_bootstrap
Message:

small templates changes

Location:
djangobb_forum/templates/djangobb_forum
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • djangobb_forum/templates/djangobb_forum/forum.html

    r411 r442  
    2424        <div class="box"> 
    2525                <div class="inbox"> 
    26                         <table cellspacing="0"> 
     26                        <table class="table table-striped"> 
    2727                        <thead> 
    2828                                <tr> 
  • djangobb_forum/templates/djangobb_forum/topic.html

    r427 r442  
    1313                        <p class="postlink conr"><a href="{% url djangobb:add_post topic.id %}">{% trans "Reply" %}</a></p> 
    1414                {% endif %} 
    15                 <ul> 
     15                <ul class="breadcrumb"> 
    1616                        <li> 
    17                         <a href="{% url djangobb:index %}">{% trans "Root" %} </a></li><li>&raquo; {% link topic.forum %} </li><li>&raquo; {{ topic.name }} 
    18                         <a href="{% url djangobb:forum_topic_feed topic.id %}"><img src="{{ STATIC_URL }}djangobb_forum/img/feed-icon-small.png" alt="[RSS Feed]" title="[RSS Feed]" class="breadcrumb_rss" /></a> 
     17                        <a href="{% url djangobb:index %}">{% trans "Root" %} </a></li><li><span class="divider">&raquo;</span>{% link topic.forum %} </li><li><span class="divider">&raquo;</span>{{ topic.name }} 
     18                        <a href="{% url djangobb:forum_topic_feed topic.id %}"><img src="{{ STATIC_URL }}djangobb_forum/img/feed-icon-small.png" alt="[RSS Feed]" title="[RSS Feed]" class="pull-right" /></a> 
    1919                        </li> 
    2020                </ul> 
     
    141141                <div class="pagelink conl">{% paginate %}</div> 
    142142                <p class="postlink conr"><a href="{% url djangobb:add_post topic.id %}">{% trans "Reply" %}</a></p> 
    143                                 <ul><li><a href="{% url djangobb:index %}">{% trans "Root" %} </a></li><li>&raquo; {% link topic.forum %} </li><li>&raquo; {{ topic }} 
     143                                <ul class="breadcrumb"><li><a href="{% url djangobb:index %}">{% trans "Root" %} </a></li><li><span class="divider">&raquo;</span>{% link topic.forum %} </li><li><span class="divider">&raquo;</span>{{ topic }} 
    144144                                <a href="{% url djangobb:forum_topic_feed topic.id %}"><img src="{{ STATIC_URL }}djangobb_forum/img/feed-icon-small.png"  alt="[RSS Feed]" title="[RSS Feed]" class="breadcrumb_rss" /></a> 
    145145                                </li></ul> 
Note: See TracChangeset for help on using the changeset viewer.