summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/group_minion.html
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-08-01 23:20:03 +0300
committermakkalot <makkalot@gmail.com>2008-08-01 23:20:03 +0300
commitb3d1bdf3ca79e181d82320c4305410b367ca99ca (patch)
tree9b75db359b68cda6b8b53f1aa82bf325e9458f78 /funcweb/funcweb/templates/group_minion.html
parentee23ef04ca9eb51893038a9f25cd3c382c0a2100 (diff)
downloadfunc-b3d1bdf3ca79e181d82320c4305410b367ca99ca.tar.gz
func-b3d1bdf3ca79e181d82320c4305410b367ca99ca.tar.xz
func-b3d1bdf3ca79e181d82320c4305410b367ca99ca.zip
template changes for goup forms
Diffstat (limited to 'funcweb/funcweb/templates/group_minion.html')
-rw-r--r--funcweb/funcweb/templates/group_minion.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/funcweb/funcweb/templates/group_minion.html b/funcweb/funcweb/templates/group_minion.html
index bc45fe8..5d9ea7a 100644
--- a/funcweb/funcweb/templates/group_minion.html
+++ b/funcweb/funcweb/templates/group_minion.html
@@ -1,10 +1,13 @@
<div class="graytexts" id="miniongroupsbigbox"
xmlns="http://www.w3.org/1999/xhtml"
- xmlns:py="http://genshi.edgewall.org/">
+ xmlns:py="http://genshi.edgewall.org/"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
- <xi:include href="group_small.html"/>
- <!-- small groups ends here -->
+ <div id="group_small">
+ <xi:include href="group_small.html"/>
+ </div>
+ <div id="minion_small">
+ <xi:include href="minion_small.html"/>
+ </div>
- <xi:include href="minion_small.html" />
- <!-- small minions ends here -->
</div>