{style}{literal} .ow_photo_submit_wrapper { padding: 9px; float: left; margin: 0px 5px 5px 0px; cursor: pointer; } .ow_photo_submit_slot { width: 110px; height: 110px; position: relative; } .ow_photo_submit_action { display: none; width: 19px; height: 18px; background-repeat: no-repeat; background-position: center bottom; } .ow_photo_submit_action_cont { position: absolute; right: 2px; top: 2px; border: none; height: 20px; text-align: right; padding: 0px; } {/literal}{/style}
{form name='photoSubmitForm'}
{foreach from=$list item='photo'}
1}class="ow_photo_submit_wrapper"{/if} id="wrapper_{$photo.dto->id}">
1}class="ow_photo_submit_slot"{/if}>
{/foreach}
{block_decorator name='box'} {if count($list) > 1} {else} {/if}
{text key='base+with_selected'}   {decorator name='button_list_item' type='button' langLabel='photo+add_description' id='btn-group-description'} {decorator name='button_list_item' type='button' langLabel='photo+add_tags' id='btn-group-tag'}
{label name='description'} {input name='description'}
{error name='description'}
{text key='photo+description_desc'}
{label name='tags'} {input name='tags'}
{error name='tags'}
{text key='photo+tags_desc'}
{label name='album'} {input name='album'} {error name='album'} {text key='photo+album_desc'}
{submit name='submit' class='ow_positive'}
{/block_decorator} {/form}