Rebased, fixed minor bugs

This commit is contained in:
Andrey
2013-06-13 18:01:11 +02:00
parent 84300f3c92
commit 289c0294b2
22 changed files with 72 additions and 584 deletions

View File

@@ -18,7 +18,7 @@
<div class="PNB10 record_list" style="overflow:auto;">
{% for content in entry.getItems() %}
<div class="sortable" style="position:relative;float:left;">
{{ _self.format_diapo(content.getRecord()) }}
{{ _self.format_diapo(content.getRecord(app)) }}
<form>
<input type="hidden" name="item_id" value="{{content.getId()}}" />
</form>