- Timestamp:
- 10/17/11 21:05:29 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/admin/themes/default/template/batch_manager_global.tpl
r12475 r12476 1 1 {include file='include/tag_selection.inc.tpl'} 2 2 {include file='include/datepicker.inc.tpl'} 3 {include file='include/colorbox.inc.tpl'}4 3 5 4 {footer_script}{literal} … … 13 12 {footer_script require='jquery.tokeninput'} 14 13 jQuery(document).ready(function() {ldelim} 15 jQuery("a.preview-box").colorbox();16 17 14 var tag_src = [{foreach from=$tags item=tag name=tags}{ldelim}name:"{$tag.name|@escape:'javascript'}",id:"{$tag.id}"{rdelim}{if !$smarty.foreach.tags.last},{/if}{/foreach}]; 18 15 jQuery("#tags").tokenInput( … … 552 549 {/if} 553 550 554 <li> 555 <span class="wrap1"> 551 <li><span class="wrap1"> 556 552 <label> 557 553 <span class="wrap2{if $isSelected} thumbSelected{/if}"> 558 <div class="actions"><a href="{$thumbnail.FILE_SRC}" class="preview-box">{'Zoom'|@translate}</a> | <a href="{$thumbnail.U_EDIT}" target="_blank">{'Edit'|@translate}</a></div> 559 {if $thumbnail.LEVEL > 0} 560 <em class="levelIndicatorB">{$pwg->l10n($pwg->sprintf('Level %d',$thumbnail.LEVEL))}</em> 561 <em class="levelIndicatorF" title="{'Who can see these photos?'|@translate} : ">{$pwg->l10n($pwg->sprintf('Level %d',$thumbnail.LEVEL))}</em> 562 {/if} 563 <span> 564 <img src="{$thumbnail.TN_SRC}" 565 alt="{$thumbnail.FILE}" 566 title="{$thumbnail.TITLE|@escape:'html'}" 567 class="thumbnail"> 568 </span> 569 </span> 554 {if $thumbnail.LEVEL > 0} 555 <em class="levelIndicatorB">{$pwg->l10n($pwg->sprintf('Level %d',$thumbnail.LEVEL))}</em> 556 <em class="levelIndicatorF" title="{'Who can see these photos?'|@translate} : ">{$pwg->l10n($pwg->sprintf('Level %d',$thumbnail.LEVEL))}</em> 557 {/if} 558 <span> 559 <img src="{$thumbnail.TN_SRC}" 560 alt="{$thumbnail.FILE}" 561 title="{$thumbnail.TITLE|@escape:'html'}" 562 class="thumbnail"> 563 </span></span> 570 564 <input type="checkbox" name="selection[]" value="{$thumbnail.ID}" {if $isSelected}checked="checked"{/if}> 571 565 </label> 572 </span>566 </span> 573 567 </li> 574 568 {/foreach}
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)