From fec9073f3a21818fa3bcfe89f0a73e861a3ad229 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 4 Sep 2003 18:30:20 +0000 Subject: initial draft functionality, loading (and a bunch of other stuff) is not implemented yet + bugfixes. git-svn-id: file:///svn/phpbb/trunk@4467 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/posting_body.html | 26 +++++- phpBB/styles/subSilver/template/ucp_main.html | 103 +++++++++++++++++++++- 2 files changed, 126 insertions(+), 3 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index b68cead19f..a34d95a4a5 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -51,6 +51,28 @@ function checkForm() + + + + + + + + + + + + + + +
{L_INFORMATION}
{L_DRAFT_SAVED}
{L_DRAFT_TITLE_EXPLAIN}

{L_ENTER_DRAFT_TITLE}  


+ + + +
+
+ + @@ -305,7 +327,7 @@ function checkForm() - + @@ -320,7 +342,7 @@ function checkForm() - +
             
{S_HIDDEN_FIELDS}      {S_HIDDEN_FIELDS}       
diff --git a/phpBB/styles/subSilver/template/ucp_main.html b/phpBB/styles/subSilver/template/ucp_main.html index 5e6d9cb636..a21103e292 100644 --- a/phpBB/styles/subSilver/template/ucp_main.html +++ b/phpBB/styles/subSilver/template/ucp_main.html @@ -1,5 +1,6 @@ + @@ -99,7 +100,107 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_UCP}
{L_DRAFTS_EXPLAIN}
{L_SAVE_DATE}{L_DRAFT_TITLE}{L_TOPIC}{L_OPTIONS}{L_DELETE}
{draftrow.DATE}{draftrow.TITLE}{L_CURRENT_TOPIC}{draftrow.TOPIC_TITLE}{L_NEW_OR_DELETED_TOPIC}{L_INSERT}
{L_VIEW_EDIT}
{L_NO_SAVED_DRAFTS}
 
{ERROR}
{L_DRAFT_TITLE}:
{L_SUBJECT}:
{L_MESSAGE}:
{L_EDIT_DRAFT_EXPLAIN}
+ + + + + + + + + + + + + + + + + + + + +
+ + + + +
 {L_FONT_SIZE}: {L_CLOSE_TAGS}
{L_BACK_TO_DRAFTS}
{S_HIDDEN_FIELDS} 
+ - \ No newline at end of file + -- cgit v1.2.1