Re: [SM-USERS] Customize logon page

2005-10-03 Thread Paul Lesneiwski
PajaP wrote: > Hi > > The code below exists in login.php > > -- > echo html_tag( 'table', > html_tag( 'tr', > html_tag( 'td', > ''. > ( (isset($hide_sm_attributions) && $hide_sm_attributions) > ? '' : > -- > > I want to make t

Re: [SM-USERS] Customize logon page

2005-10-02 Thread Tomas Kuliavas
> Hi > > The code below exists in login.php > > -- > echo html_tag( 'table', > html_tag( 'tr', > html_tag( 'td', > ''. > ( (isset($hide_sm_attributions) && $hide_sm_attributions) > ? '' : > -- > > I want to make the background of t

Re: [SM-USERS] Customize logon page

2005-10-02 Thread jam
> > The code below exists in login.php > > -- > echo html_tag( 'table', > html_tag( 'tr', > html_tag( 'td', > ''. > ( (isset($hide_sm_attributions) && $hide_sm_attributions) > ? '' : > -- > > I want to make the background of the ta

[SM-USERS] Customize logon page

2005-09-30 Thread PajaP
Hi The code below exists in login.php -- echo html_tag( 'table', html_tag( 'tr', html_tag( 'td', ''. ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' : -- I want to make the background of the table a color, lets sa