Ignore:
Timestamp:
Mar 8, 2010, 11:20:17 PM (14 years ago)
Author:
grum
Message:

Improve UI : use popup to view values for a metadata, uses title bar to sort values instead of combobox, if there is only one group this one is opened automatically

File:
1 edited

Legend:

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

    r4905 r5088  
    11<table class="littlefont">
    22  {foreach from=$datas key=name item=data}
    3   <tr onclick="loadTagDetail('{$data.tagId}');">
    4     <td style="width:35%;min-width:340px;"><input type="checkbox" id="iNumId{$data.numId}" onclick="updateTagSelect('iNumId{$data.numId}')" {$data.tagChecked}>&nbsp;{$data.tagId}</td>
     3  <tr onclick="updateTagSelect('iNumId{$data.numId}', 'switch');">
     4    <td style="width:35%;min-width:340px;">
     5      <a id="iNumIdA{$data.tagId}" class="cbiListTags" >[&nbsp;?&nbsp;]</a>&nbsp;
     6      <input type="checkbox" id="iNumId{$data.numId}" class="cbiListTags" {$data.tagChecked}>&nbsp;{$data.tagId}
     7    </td>
    58    <td>{$data.label}</td>
    69    <td width="80px">{$data.nb}</td>
Note: See TracChangeset for help on using the changeset viewer.