Changeset 9ac0d41
- Timestamp:
- 05/25/12 18:12:09 (12 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, generic, lam, nlivemulti, release/1.4.4, storage
- Children:
- a7f10c1
- Parents:
- 6b3e6e5
- git-author:
- yomguy <yomguy@…> (05/25/12 18:12:09)
- git-committer:
- yomguy <yomguy@…> (05/25/12 18:12:09)
- File:
-
- 1 edited
-
telemeta/templates/telemeta/mediaitem_detail.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/templates/telemeta/mediaitem_detail.html
r8094d46 r9ac0d41 191 191 {% dl_field item "title" placeholder %} 192 192 {% dl_field item "alt_title" %} 193 194 193 195 {% dl_field item "collector" placeholder %} 194 196 <dt>{% field_label item "collection" %}</dt> … … 197 199 198 200 <dd>{% if item.recorded_from_date %}{{ item.recorded_from_date }}{% endif %}{% if item.recorded_from_date and item.recorded_to_date%} - {% endif %}{% if item.recorded_to_date %}{{ item.recorded_to_date}}{% endif %}</dd> 201 202 <dt>{% trans "Remarks" %}</dt> 203 <dd>{{ item.comment|html_line_break|safe }}</dd> 199 204 200 205 {% if last_revision %} … … 271 276 <h4><a href="#">{% trans "General informations" %}</a></h4> 272 277 <dl class="listing"> 273 <dt>{% trans "Remarks" %}</dt> 274 <dd>{{ item.comment|html_line_break|safe }}</dd> 275 {% dl_field item "collector_selection" %} 278 276 279 </dl> 277 280 </div>
Note: See TracChangeset
for help on using the changeset viewer.
