J
|
Jane 7/16/2008 |
Hi, |
T
|
thesofa author 7/17/2008 |
As a spin off from this, please tell me again how to place a link back to the main menu from each page, I would like to have it on all pages so can I build it into a template or a header or footer? |
J
|
Jane 7/17/2008 |
Hi, |
T
|
thesofa author 7/17/2008 |
Hi |
J
|
Jane 7/17/2008 |
Hi, ##if !IsAdminTable(@TABLE) || !@BUILDER.m_bDynamicPermissions##
<tr onclick="window.location.href='##@t.strShortTableName##_list.##@ext##'" onmouseover="this.className = 'tablelinkssearch_hover';" onmouseout="this.className = 'tablelinkssearch';"><td> if @t.strDataSourceTable==@TABLE.strDataSourceTable## <img src="include/img/arrow_menuL6_1.gif" border=0> ##else## <img src="include/img/arrow_menuL6_2.gif" border=0> ##endif##</td> |