customizing the design: move "logout / help" buttons

Hi @ll,I figured out that it磗 not really easy to move the "logout" and "help" buttons.. (using idm 7). Can anyone give me a hint which template/ jsp i have to grab?I want them to be placed on the lower left side. Thanks! :]Fav
[261 byte] By [Favnira] at [2007-11-27 4:15:46]
# 1

Hi,

What do u mean by "lower left side".

in includes/bodyStart.jsp and change this code accourdingly

<td valign="top" align="right" nowrap="nowrap">

<%

if (logged_str.length() > 0) {

%>

<a href="<%=responseUrl%>"

title="<%= exit_str %>"

onmouseover="window.status='<%= exit_str %>'; return true"

onmouseout="window.status=''; return true"

onblur="window.status=''; return true"

onfocus="window.status='<%= exit_str %>'; return true" class="MstLnkCen"><%= logout_str %></a>

<%

}

%>

<%= helpLink %>

<%

Thanx

Shant

Shanta at 2007-7-12 9:22:09 > top of Java-index,Web & Directory Servers,Directory Servers...