Changeset 1036

Show
Ignore:
Timestamp:
09/17/08 08:37:46 (2 months ago)
Author:
areski
Message:

auto dialer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/customer/templates/default/main.tpl

    r1035 r1036  
    130130                {if $A2Bconfig.webcustomerui.support==1 } 
    131131                <li><a href="#" target="_self"></a></li> 
    132                 <ul><li><a href="A2B_support.php?section=14"><strong>{php} echo gettext("SUPPORT");{/php}</strong></a></li></ul> 
     132                <ul><li><a href="A2B_support.php"><strong>{php} echo gettext("SUPPORT");{/php}</strong></a></li></ul> 
    133133                {/if} 
    134134                {if $A2Bconfig.webcustomerui.notification ==1 } 
    135135                <li><a href="#" target="_self"></a></li> 
    136                 <ul><li><a href="A2B_notification.php?section=15&form_action=ask-edit"><strong>{php} echo gettext("NOTIFICATION");{/php}</strong></a></li></ul> 
     136                <ul><li><a href="A2B_notification.php&form_action=ask-edit"><strong>{php} echo gettext("NOTIFICATION");{/php}</strong></a></li></ul> 
     137                {/if} 
     138                {if $A2Bconfig.webcustomerui.predictivedialer ==1 } 
     139                <li><a href="#" target="_self"></a></li> 
     140                <ul><li><a href="predictivedialer.php"><strong>{php} echo gettext("AUTO DIALER");{/php}</strong></a></li></ul> 
    137141                {/if} 
    138142 


Google