webadmin: Enable embedding network modules and to network pages.

This commit is contained in:
Alexey Sokolov
2013-05-19 18:40:12 +04:00
parent fb62b5e7a6
commit 46b28559fc
2 changed files with 52 additions and 10 deletions

View File

@@ -190,6 +190,15 @@
</div>
</div>
<? LOOP EmbeddedModuleLoop ?>
<? IF Embed ?>
<div class="section">
<h3>Module <? VAR ModName ?></h3>
<? INC *Embed ?>
</div>
<? ENDIF ?>
<? ENDLOOP ?>
<div class="submitline">
<input type="submit" value="<? IF Edit ?>Save<? ELSE ?>Add Network<? ENDIF ?>" />
</div>