[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: preferences/templates/default config.tpl,1.17.4
From: |
Bettina Gille <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: preferences/templates/default config.tpl,1.17.4.1,1.17.4.2 |
Date: |
Sat, 26 Apr 2003 21:58:39 -0400 |
Update of /cvsroot/phpgroupware/preferences/templates/default
In directory subversions:/tmp/cvs-serv22232
Modified Files:
Tag: Version-0_9_16-branch
config.tpl
Log Message:
update login
Index: config.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/templates/default/Attic/config.tpl,v
retrieving revision 1.17.4.1
retrieving revision 1.17.4.2
diff -C2 -r1.17.4.1 -r1.17.4.2
*** config.tpl 24 Apr 2003 22:28:27 -0000 1.17.4.1
--- config.tpl 27 Apr 2003 01:58:37 -0000 1.17.4.2
***************
*** 17,35 ****
<tr bgcolor="{row_off}">
! <td>{lang_Enter_the_background_color for_your_login_page}:</td>
! <td>#<input name="newsettings[login_bg_color]"
value="{value_login_bg_color}"></td>
</tr>
<tr bgcolor="{row_on}">
! <td>{lang_Enter_the_file_name_of your_logo}:</td>
! <td><input name="newsettings[login_logo_file]"
value="{value_login_logo_file}"></td>
</tr>
<tr bgcolor="{row_off}">
! <td>{lang_Enter_the_url_where_your_logo should link to}:</td>
! <td>http://<input name="newsettings[login_logo_url]"
value="{value_login_logo_url}"></td>
</tr>
<tr bgcolor="{row_on}">
<td>{lang_Enter_the_title_of_your_logo}:</td>
<td><input name="newsettings[login_logo_title]"
value="{value_login_logo_title}"></td>
--- 17,40 ----
<tr bgcolor="{row_off}">
! <td>{lang_Enter_the_background_color_for_the_site_title}:</td>
! <td>#<input name="newsettings[login_bg_color_title]"
value="{value_login_bg_color_title}"></td>
</tr>
<tr bgcolor="{row_on}">
! <td>{lang_Enter_the_background_color_for_the_login_page}:</td>
! <td>#<input name="newsettings[login_bg_color]"
value="{value_login_bg_color}"></td>
</tr>
<tr bgcolor="{row_off}">
! <td>{lang_Enter_the_file_name_of_your_logo}:</td>
! <td><input name="newsettings[login_logo_file]"
value="{value_login_logo_file}"></td>
</tr>
<tr bgcolor="{row_on}">
+ <td>{lang_Enter_the_url_where_your_logo_should_link_to}:</td>
+ <td>http://<input name="newsettings[login_logo_url]"
value="{value_login_logo_url}"></td>
+ </tr>
+
+ <tr bgcolor="{row_off}">
<td>{lang_Enter_the_title_of_your_logo}:</td>
<td><input name="newsettings[login_logo_title]"
value="{value_login_logo_title}"></td>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: preferences/templates/default config.tpl,1.17.4.1,1.17.4.2,
Bettina Gille <address@hidden> <=