Changeset 1036
- Timestamp:
- 09/17/08 08:37:46 (2 months ago)
- Files:
-
- trunk/customer/frontoffice_data (deleted)
- trunk/customer/predictivedialer.php (deleted)
- trunk/customer/templates/default/main.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/customer/templates/default/main.tpl
r1035 r1036 130 130 {if $A2Bconfig.webcustomerui.support==1 } 131 131 <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> 133 133 {/if} 134 134 {if $A2Bconfig.webcustomerui.notification ==1 } 135 135 <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> 137 141 {/if} 138 142
