Ignore:
Timestamp:
03/08/2006 10:51:16 PM (6 years ago)
Author:
Winner
Message:

Add: Services support.
Bug fix: Extra field displaying error on registration page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/basic/constructors/table.tpl

    r120 r151  
    7171                {assign var=onclick value="javascript: window.opener.pickup(window.opener.document.`$extra_data.PICKUP_OBJECT`,'`$extra_data.PICKUP_OUTPUT[row]`','`$extra_data.PICKUP_VALUE[row]`', window); return false;"|stripslashes} 
    7272        {/if} 
    73         <td class="{$cellclass}">{if $key==$edit_column && $smarty.section.row.index != 0}<a href="{$edit}"{if $extra_data.PICKUP_COLUMN != ''} onclick="{$onclick}"{/if}>{$cell|escape}</a>{else}{$cell|escape}{/if}</td> 
     73        <td class="{$cellclass}"> 
     74                {if $key==$edit_column && $smarty.section.row.index != 0} 
     75                <a href="{$edit}"{if $extra_data.PICKUP_COLUMN != ''} onclick="{$onclick}"{/if}> 
     76                {/if} 
     77                {if $extra_data.LINK.$fullkey[row] != ''} 
     78                <a href="{$extra_data.LINK.$fullkey[row]}"> 
     79                {/if} 
     80                {$cell|escape} 
     81                {if $key==$edit_column && $smarty.section.row.index != 0}</a>{/if} 
     82                {if $extra_data.LINK.$fullkey[row] != ''} 
     83                </a> 
     84                {/if} 
     85        </td> 
    7486        {/if} 
    7587        {/foreach} 
Note: See TracChangeset for help on using the changeset viewer.