Ignore:
Timestamp:
Feb 28, 2010, 10:01:33 PM (14 years ago)
Author:
grum
Message:

add some information on the plugin interface

File:
1 edited

Legend:

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

    r4999 r5005  
    2020       }).responseText
    2121    );
     22    $("#iListTagsNb").html(
     23      "{/literal}{'g003_number_of_filtered_metadata'|@translate}{literal} "+$("#iListTags table tr").length
     24    );
    2225    $("body").css("cursor", "default");
    2326  }
     
    2831    order=$('#iSelectOrderImageList').val();
    2932    $("#iListImages").html("<br>{/literal}{'g003_loading'|@translate}{literal}");
     33    $("#iHeaderListImagesTagName").html("["+tag+"]");
    3034
    3135    $.ajax(
     
    3943          {
    4044            $("#iListImages").html(msg);
     45            $("#iListImagesNb").html(
     46              "{/literal}{'g003_number_of_distinct_values'|@translate}{literal} "+$("#iListImages table tr").length
     47            );
    4148          }
    4249      }
     
    106113<div id='iListTags'>
    107114</div>
     115<div id="iListTagsNb"></div>
    108116
    109117
     
    119127<table id='iHeaderListImages' class="littlefont">
    120128  <tr>
    121     <th>{'g003_Value'|@translate}</th>
     129    <th>{'g003_Value'|@translate}&nbsp;<span id="iHeaderListImagesTagName"></span></th>
    122130    <th width="80px">{'g003_NumOfImage'|@translate}</th>
    123131    <th width="40px">{'g003_Pct'|@translate}</th>
     
    129137  <div style="width:100%;text-align:center;padding-top:20px;">{'g003_no_items_selected'|@translate}</div>
    130138</div>
     139<div id="iListImagesNb"></div>
    131140
    132141
Note: See TracChangeset for help on using the changeset viewer.