Changeset 4999


Ignore:
Timestamp:
Feb 28, 2010, 6:16:42 PM (14 years ago)
Author:
grum
Message:

update plugin for the "Magic" metadata management

Location:
extensions/AMetaData
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/admin/amd_metadata_select.tpl

    r4905 r4999  
    7878    <select id="iSelectFilterTagList" onchange="loadTagList();">
    7979      <option value="" {if $datas.config_GetListTags_FilterType==""}selected{/if}>{'g003_no_filter'|@translate}</option>
     80      <option value="magic" {if $datas.config_GetListTags_FilterType=="magic"}selected{/if}>{'g003_magic_filter'|@translate}</option>
    8081      <option value="exif" {if $datas.config_GetListTags_FilterType=="exif"}selected{/if}>Exif</option>
    8182      <option value="xmp" {if $datas.config_GetListTags_FilterType=="xmp"}selected{/if}>Xmp</option>
  • extensions/AMetaData/amd_aip.class.inc.php

    r4931 r4999  
    302302      if($_REQUEST['ajaxfct']=="showStatsGetListTags" and
    303303         !($_REQUEST['filterType']=="" or
     304           $_REQUEST['filterType']=="magic" or
    304305           $_REQUEST['filterType']=="exif" or
    305306           $_REQUEST['filterType']=="xmp" or
  • extensions/AMetaData/amd_root.class.inc.php

    r4905 r4999  
    8989      #iprogressbar_bg { background:#606060; display:block; z-index:100; position:relative; height:20px; }
    9090      #iprogressbar_fg { color:#FF3363; width:100%; text-align:center; display: block; z-index:200; position:relative; top:-18px;  }
    91       #iHeaderListTags { width:100%; border:1px solid; border-collapse: collapse; }
     91      #iHeaderListTags { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; }
    9292      #iListTags, #iListImages { width:100%; border:1px solid; margin-bottom:20px; height:120px; border-top:0px; overflow:auto;}
    9393      #iListTags table, #iListImages table, table.listTags { width:100%; text-align:left; border-collapse: collapse; }
    9494      #iListTags table tr:hover { cursor:pointer; background:#303030; }
    9595      #iListImages table tr:hover, table.listTags tr:hover { background:#303030; cursor:default; }
    96       #iHeaderListImages { width:100%; border:1px solid; }
     96      #iHeaderListImages { width:100%; border:1px solid; margin-top:3px; }
    9797      .warning { color:#dd0000; border:1px solid #dd0000; margin-bottom:8px; margin-top:8px; padding:8px; }
    9898      .warning p { margin-top:0.5em; margin-bottom:0em; }
  • extensions/AMetaData/language/fr_FR/plugin.lang.php

    r4931 r4999  
    4444$lang['g003_valueOrder'] = "Valeur";
    4545$lang['g003_no_filter'] = "Aucun filtre";
     46$lang['g003_magic_filter'] = "Magic (métadonnées calculées)";
    4647$lang['g003_exclude_unused_tags'] = "Exclure les métadonnées inutilisées";
    4748$lang['g003_Value'] = "Valeur";
Note: See TracChangeset for help on using the changeset viewer.