Ignore:
Timestamp:
10/02/07 22:23:07 (5 years ago)
Author:
hverton
Message:

moved more templates to the template include directory
download panel had problems displaying an odd number of categories
make more modules xhtml compliant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.adverts.overview.tpl

    r843 r861  
    1616{*                                                                         *} 
    1717{***************************************************************************} 
    18 {literal}<script language='javascript'> 
    19 <!--- 
     18{literal}<script type='text/javascript'> 
     19<!-- 
    2020function confdel(url) { 
    2121    if (confirm('{/literal}{$locale.905}{literal}')) location.href = url; 
    2222} 
    23 // ---> 
     23// --> 
    2424</script>{/literal} 
    2525{include file="_opentable.tpl" name=$_name title=$locale.404|cat:" : <b>"|cat:$data.user_name|cat:"</b>" state=$_state style=$_style} 
     
    9696</table> 
    9797<div align='center'> 
    98     <form name='subfunctions' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}&amp;id={$data.user_id}'> 
     98    <form name='sf_{$data.user_name}' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}&amp;id={$data.user_id}'> 
    9999        <br /> 
    100100        <input type='submit' name='addad' value='{$locale.400}' class='button' />&nbsp; 
Note: See TracChangeset for help on using the changeset viewer.