Update of /cvs/scoop/scoop/struct/patch-files/current
In directory lithium.sabren.com:/tmp/cvs-serv8892/struct/patch-files/current
Added Files:
patch-07-SpecialPage.sql
Log Message:
Special page layout is now in a block, and a few quoting issues and
limit/offset behaviour were fixed to work with both pgsql and mysql.
-janra
--- NEW FILE: patch-07-SpecialPage.sql ---
INSERT INTO blocks (bid,block,aid,description,category,theme,language) 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');