[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. d4de66d981104fc264f4bc4b7ee37cc748d9b786

Stefan Hornburg racke at rt.icdevgroup.org
Sat Jun 27 11:31:28 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  d4de66d981104fc264f4bc4b7ee37cc748d9b786 (commit)
       via  401c3a7530d12417835c26d1c51963806b7ad9d5 (commit)
      from  281509f50188a755aa63d4a6d2c39df9f7d4f6a6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d4de66d981104fc264f4bc4b7ee37cc748d9b786
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Sat Jun 27 13:30:29 2009 +0200

    split BODY placeholder in default template

commit 401c3a7530d12417835c26d1c51963806b7ad9d5
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Sat Jun 27 13:27:14 2009 +0200

    section about images started

-----------------------------------------------------------------------

Summary of changes and diff:
 README         |   13 +++++++++++--
 templates/form |    7 +++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 20f25a9..c754afa 100644
--- a/README
+++ b/README
@@ -207,13 +207,17 @@ The default template looks as follows:
 
 {PREPEND}
 {TOP}
-{BODY}
+<fieldset>
+<legend>{TITLE}</legend>
+{FIELDS}
 {SUBMIT}
+</fieldset>
 {BOTTOM}
 
 {PREPEND} is a placeholder which can be used for form components.
 {TOP} starts the HTML form.
-{BODY} contains the regular form elements.
+{TITLE} shows the label field from form_series table.
+{FIELDS} contains the regular form elements.
 {SUBMIT} contains the button form elements (as specified in form_elements
 table or default submit button)
 {BOTTOM} ends the HTML form.
@@ -371,6 +375,11 @@ code       - directory for custom code (tags, functions, ...)
 pages/NAME - directory for pages
 components - directory for components
 
+Images
+******
+
+Originals for (product) images are recorded in images table.
+
 Paging
 ******
 
diff --git a/templates/form b/templates/form
index b8c9cfe..1174229 100644
--- a/templates/form
+++ b/templates/form
@@ -1,5 +1,8 @@
 {PREPEND}
 {TOP}
-{BODY}
+<fieldset>
+<legend>{TITLE}</legend>
+{FIELDS}
 {SUBMIT}
-{BOTTOM}
\ No newline at end of file
+</fieldset>
+{BOTTOM}


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list