summaryrefslogtreecommitdiff
path: root/templates/edit_structure.tpl
diff options
context:
space:
mode:
authorTekiMaki <tekimaki@users.sourceforge.net>2007-02-25 22:55:24 +0000
committerTekiMaki <tekimaki@users.sourceforge.net>2007-02-25 22:55:24 +0000
commit8eb1e8eea669639534a40da81ed4d3bb75eafa1a (patch)
tree8e75357cbc45f3861b6d17c521407855e20a7f3b /templates/edit_structure.tpl
parent989e52e6e3ab9170ae95d25d13548fc77ecf49d0 (diff)
downloadliberty-8eb1e8eea669639534a40da81ed4d3bb75eafa1a.tar.gz
liberty-8eb1e8eea669639534a40da81ed4d3bb75eafa1a.tar.bz2
liberty-8eb1e8eea669639534a40da81ed4d3bb75eafa1a.zip
allow for naming the structure type you are working with 'Presentation' or 'Book' etc...
Diffstat (limited to 'templates/edit_structure.tpl')
-rw-r--r--templates/edit_structure.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/edit_structure.tpl b/templates/edit_structure.tpl
index 1ab4fc0..3a1aaa8 100644
--- a/templates/edit_structure.tpl
+++ b/templates/edit_structure.tpl
@@ -1,11 +1,14 @@
{strip}
{formfeedback hash=$feedback}
+{if !$structureName}
+ {assign var=structureName value="Structure"}
+{/if}
{jstabs}
- {jstab title="Edit Structure"}
+ {jstab title="`$structureName` Organization"}
{include file="bitpackage:liberty/edit_structure_inc.tpl"}
{/jstab}
{if !$gBitSystem->isFeatureActive( 'wikibook_edit_add_content' )}
- {jstab title="Structure Content"}
+ {jstab title="`$structureName` Content"}
{include file="bitpackage:liberty/edit_structure_content.tpl"}
{/jstab}
{/if}