|
From: Paul S. O. <ps...@us...> - 2001-11-09 13:15:38
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv12253/templates/subSilver
Modified Files:
profile_add_body.tpl posting_body.tpl privmsgs_body.tpl
privmsgs_preview.tpl error_body.tpl
Log Message:
Altered templates so preview/errors are sent as 'boxes' rather than pparsed and output directly, greater control for designer
Index: profile_add_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_add_body.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** profile_add_body.tpl 2001/10/11 22:01:11 1.6
--- profile_add_body.tpl 2001/11/09 13:15:36 1.7
***************
*** 1,4 ****
--- 1,6 ----
<form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post">
+ {ERROR_BOX}
+
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
***************
*** 6,9 ****
--- 8,12 ----
</tr>
</table>
+
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
Index: posting_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_body.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** posting_body.tpl 2001/11/03 16:59:19 1.6
--- posting_body.tpl 2001/11/09 13:15:36 1.7
***************
*** 187,190 ****
--- 187,194 ----
</script>
<form action="{S_POST_ACTION}" method="post" name="post" onSubmit="return checkForm(this)">
+
+ {POST_PREVIEW_BOX}
+ {ERROR_BOX}
+
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
***************
*** 193,196 ****
--- 197,201 ----
</tr>
</table>
+
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
***************
*** 429,432 ****
--- 434,438 ----
</tr>
</table>
+
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
***************
*** 435,438 ****
--- 441,445 ----
</table>
</form>
+
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
Index: privmsgs_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** privmsgs_body.tpl 2001/11/01 20:25:05 1.3
--- privmsgs_body.tpl 2001/11/09 13:15:36 1.4
***************
*** 12,15 ****
--- 12,16 ----
}
</script>
+
<table border="0" cellspacing="0" cellpadding="0" align="center" width="100%">
<tr>
***************
*** 53,57 ****
</tr>
</table>
! <br />
<form method="post" name="privmsg_list" action="{S_PRIVMSGS_ACTION}">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
--- 54,60 ----
</tr>
</table>
!
! <br clear="all" />
!
<form method="post" name="privmsg_list" action="{S_PRIVMSGS_ACTION}">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
***************
*** 66,69 ****
--- 69,73 ----
</tr>
</table>
+
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
***************
*** 100,103 ****
--- 104,108 ----
</tr>
</table>
+
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
***************
*** 113,116 ****
--- 118,122 ----
</table>
</form>
+
<table width="100%" border="0">
<tr>
Index: privmsgs_preview.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_preview.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** privmsgs_preview.tpl 2001/10/01 23:22:18 1.1
--- privmsgs_preview.tpl 2001/11/09 13:15:36 1.2
***************
*** 24,26 ****
--- 24,27 ----
</tr>
</table>
+
<br clear="all" />
Index: error_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/error_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** error_body.tpl 2001/10/01 23:22:18 1.2
--- error_body.tpl 2001/11/09 13:15:36 1.3
***************
*** 17,18 ****
--- 17,20 ----
</tr>
</table>
+
+ <br clear="all" />
|