Changeset 2ef47b8
- Timestamp:
- 06/22/11 18:29:26 (2 years ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- 9b202e11
- Parents:
- 59a51a3
- git-author:
- riccardo <riccardo@…> (06/22/11 18:29:26)
- git-committer:
- riccardo <riccardo@…> (06/22/11 18:29:26)
- Location:
- telemeta
- Files:
-
- 3 edited
-
htdocs/js/locale.js (modified) (1 diff)
-
templates/telemeta_default/base.html (modified) (1 diff)
-
templates/telemeta_default/mediaitem_detail.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/htdocs/js/locale.js
r65fa35a r2ef47b8 10 10 'author' : gettext('author'), 11 11 'Paste HTML to embed player in website': gettext('Paste HTML to embed player in website'), 12 'delete the item permanently?' : gettext('delete the item permanently?') 12 13 }; 13 14 -
telemeta/templates/telemeta_default/base.html
rea7656e r2ef47b8 103 103 {% block content %}{% endblock %} 104 104 <div class="nett"></div> 105 {% block deleteitem %}{% endblock %} 105 106 </div> 106 107 -
telemeta/templates/telemeta_default/mediaitem_detail.html
r59a51a3 r2ef47b8 264 264 </div> <!-- with-rightcol --> 265 265 {% if user.is_authenticated and perms.telemeta.delete_mediaitem %} 266 <div style="float: right;">267 <a href="#" onclick="if(confirm(gettrans('delete the item permanently?'))){window.location.href='{% url telemeta-item-delete item.public_id %}';};return false;" class="component_icon button icon_delete">{% trans "Delete" %}</a>268 </div>269 266 {% endif %} 267 {% endblock %} 268 {% block deleteitem %} 269 <a href="#" onclick="if(confirm(gettrans('delete the item permanently?'))){window.location.href='{% url telemeta-item-delete item.public_id %}';};return false;" 270 class="component_icon button icon_delete" style="float:right;margin-top:0.5em;margin-bottom:1em">{% trans "Delete" %}</a> 270 271 {% endblock %} 271 272 {% else %}
Note: See TracChangeset
for help on using the changeset viewer.
