Update of /cvs/scoop/scoop/struct
In directory lithium.sabren.com:/tmp/cvs-serv9370/struct
Modified Files:
scoop.sql
Log Message:
Updating CHANGES, patch README, and scoop.sql for the previous commit
-janra
Index: scoop.sql
===================================================================
RCS file: /cvs/scoop/scoop/struct/scoop.sql,v
retrieving revision 1.201
retrieving revision 1.202
diff -C2 -d -r1.201 -r1.202
*** scoop.sql 27 Aug 2004 22:32:52 -0000 1.201
--- scoop.sql 15 Jan 2005 17:57:02 -0000 1.202
***************
*** 1,5 ****
# MySQL dump 8.14
#
! # Host: localhost Database: scoop
#--------------------------------------------------------
# Server version 3.23.39-log
--- 1,5 ----
# MySQL dump 8.14
#
! # Host: localhost Database: scoopdev
#--------------------------------------------------------
# Server version 3.23.39-log
***************
*** 385,388 ****
--- 385,389 ----
INSERT INTO blocks VALUES ('userpref_oldpass_hidden','<INPUT TYPE=\"hidden\" NAME=\"verify_me\" value=\"%%pass%%\">','1','<P>This block is the hidden form element containing the user\'s old password. It is only used on the user\'s first login; the block <B>userpref_oldpass_field</B> is used the rest of the time.</P>','Accounts','default','en');
INSERT INTO blocks VALUES ('required_pref_marker','<FONT color=\"#ff0000\">*</FONT>','1','','Accounts','default','en');
+ INSERT INTO blocks VALUES ('special_page_layout','<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>\n <TR>\n <TD\nBGCOLOR=\"%%title_bgcolor%%\">%%title_font%%<B>%%title%%</B>%%title_font_end%%</TD>\n </TR>\n <TR><TD> </TD></TR>\n <TR>\n<TD>%%norm_font%%%%content%%%%norm_font_end%%</TD>\n </TR>\n</TABLE>','1','<P>This is the structure all pages created in the Special Pages admin tool are formatted with. The special keys are:</P>\n<DL>\n <DT>title</DT>\n <DD>The title of the special page, as set in the Special Pages admin tool</DD>\n <DT>content</DT>\n <DD>The content of the special page, as set in the Special Pages admin tool</DD>\n</DL>','Page Templates','default','en');
#