Changeset 20138


Ignore:
Timestamp:
Jan 14, 2013, 3:37:32 PM (11 years ago)
Author:
mistic100
Message:

little display changes

Location:
extensions/BatchDownloader
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/admin/template/sets.tpl

    r18373 r20138  
    6868    </td>
    6969    <td style="padding-left:25px;">
    70       <a href="{$set.U_DELETE}" title="{'Delete this set'|@translate}" onClick="return confirm('{'Are your sure?'|@translate}');"><img src="admin/themes/default/icon/delete.png"></a>
    71       {if $set.STATUS != 'done'}<a href="{$set.U_CANCEL}" title="{'Cancel this set'|@translate}" onClick="return confirm('{'Are your sure?'|@translate}');"><img src="admin/themes/default/icon/permissions.png"></a>{/if}
     70      <a href="{$set.U_DELETE}" title="{'Delete this set'|@translate}" onClick="return confirm('{'Are your sure?'|@translate}');"><img src="{$themeconf.admin_icon_dir}/delete.png"></a>
     71      {if $set.STATUS != 'done'}<a href="{$set.U_CANCEL}" title="{'Cancel this set'|@translate}" onClick="return confirm('{'Are your sure?'|@translate}');"><img src="{$themeconf.admin_icon_dir}/permissions.png"></a>{/if}
    7272    </td>
    7373  </tr>
  • extensions/BatchDownloader/admin/template/style.css

    r18373 r20138  
    3333}
    3434.table2 .date {
    35   width:200px;
     35  width:230px;
    3636}
    3737.table2 .size {
  • extensions/BatchDownloader/include/events.inc.php

    r17656 r20138  
    101101    <li><a href="'. $url .'" title="'.l10n('Download all pictures of this selection').'" class="pwg-state-default pwg-button" rel="nofollow"
    102102    onClick="return confirm(batchdown_string.replace(\'%d\', batchdown_count));">
    103                         <span class="pwg-icon batch-downloader-icon" style="background:url(\'' . get_root_url().BATCH_DOWNLOAD_PATH . 'template/zip.png\') center center no-repeat;">&nbsp;</span><span class="pwg-button-text">'.l10n('Batch Downloader').'</span>
     103                        <span class="pwg-icon batch-downloader-icon" style="background:url(\'' . get_root_url().BATCH_DOWNLOAD_PATH . 'template/zip.png\') center center no-repeat;">&nbsp;</span><span class="pwg-button-text">'.l10n('Download').'</span>
    104104                </a></li>';
    105105  $template->concat('PLUGIN_INDEX_ACTIONS', $button);
Note: See TracChangeset for help on using the changeset viewer.