Ignore:
Timestamp:
10/23/07 14:49:17 (5 years ago)
Author:
hverton
Message:

Made the locales unique for this module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/advertising/php-files/modules/advertising/templates/modules.advertising.images.tpl

    r997 r999  
    1818<!--- 
    1919function confdel(url) { 
    20     if (confirm('{/literal}{$locale.905}{literal}')) location.href = url; 
     20    if (confirm('{/literal}{$locale.ads905}{literal}')) location.href = url; 
    2121} 
    2222// ---> 
     
    3030    {include file="_closetable.tpl"} 
    3131{/if} 
    32 {include file="_opentable.tpl" name=$_name title=$locale.406 state=$_state style=$_style} 
     32{include file="_opentable.tpl" name=$_name title=$locale.ads406 state=$_state style=$_style} 
    3333<table align='center' cellpadding='0' cellspacing='1' width='500' class='tbl-border'> 
    3434    <tr> 
    35         <td class='tbl2'><b>{$locale.530}</b></td> 
    36         <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale.542}</b></td> 
    37         <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale.544}</b></td> 
    38         <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale.543}</b></td> 
     35        <td class='tbl2'><b>{$locale.ads530}</b></td> 
     36        <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale.ads542}</b></td> 
     37        <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale.ads544}</b></td> 
     38        <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale.ads543}</b></td> 
    3939    </tr> 
    4040    {section name=img loop=$image_list} 
     
    4343        <td align='center' width='1%' class='{cycle values="tbl1,tbl2" advance=false}' style='white-space:nowrap'>{$image_list[img].x} x {$image_list[img].y}</td> 
    4444        <td align='center' width='1%' class='{cycle values="tbl1,tbl2" advance=false}' style='white-space:nowrap'> 
    45             {if $image_list[img].used}{$locale.423}{else}{$locale.422}{/if} 
     45            {if $image_list[img].used}{$locale.ads423}{else}{$locale.ads422}{/if} 
    4646        </td> 
    4747        <td align='center' width='1%' class='{cycle values="tbl1,tbl2"}' style='white-space:nowrap'> 
    48             [<a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;action=imgview&amp;image={$image_list[img].image}'>{$locale.540}</a>] 
    49             [<a href='javascript:confdel("{$smarty.const.FUSION_SELF}{$aidlink}&amp;action=imgdel&amp;image={$image_list[img].image}");'>{$locale.541}</a>] 
     48            [<a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;action=imgview&amp;image={$image_list[img].image}'>{$locale.ads540}</a>] 
     49            [<a href='javascript:confdel("{$smarty.const.FUSION_SELF}{$aidlink}&amp;action=imgdel&amp;image={$image_list[img].image}");'>{$locale.ads541}</a>] 
    5050        </td> 
    5151    </tr> 
     
    5353    <tr> 
    5454        <td align='center' colspan='4' class='tbl1'> 
    55             {$locale.970} 
     55            {$locale.ads970} 
    5656        </td> 
    5757    </tr> 
     
    6161            <br /> 
    6262            <form name='subfunctions' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}'> 
    63                 <input type='submit' name='cancel' value='{$locale.441}' class='button'> 
     63                <input type='submit' name='cancel' value='{$locale.ads441}' class='button'> 
    6464            </form> 
    6565        </td> 
Note: See TracChangeset for help on using the changeset viewer.