worked out bugs in the module install and community service add

This commit is contained in:
Eric J. Bowersox
2003-06-24 00:38:19 +00:00
parent 278ad880bb
commit cb7b327da8
16 changed files with 88 additions and 25 deletions

View File

@@ -20,7 +20,7 @@
community = Community we're displaying the services of.
services = List of all available services, with an indication as to whether we're using them.
*#
#header2( "Community Services", $community.Name )
#header2( "Community Services" $community.Name )
<p><a href="#formatURL( "SERVLET" "comm/admin/main.js.vs" )">Return to Previous Menu</a></p>
#if( $services.isEmpty() )
<p><em>There are no community-level services currently defined.</em></p>

View File

@@ -28,7 +28,7 @@
to install it.</p>
<div align="left"><table border="0" cellpadding="0" cellspacing="2">
#foreach( $m in $modlist )
#set( $em = "#encodeURL( $m )"
#set( $em = "#encodeURL( $m )" )
<tr><td class="content">
<a href="#formatURL( "SERVLET" "sysadmin/module_install.js.vs?mod=$em" )">#encodeHTML( $m )</a>
</td></tr>

View File

@@ -35,5 +35,5 @@
#encodeHTML( $x )<br />
#end
</td></tr></table>
<p><a href="sysadmin/module_install.js.vs">Install more modules</a></p>
<p><a href="sysadmin/modules.js.vs">Return to previous menu</a></p>
<p><a href="#formatURL( "SERVLET" "sysadmin/module_install.js.vs" )">Install more modules</a></p>
<p><a href="#formatURL( "SERVLET" "sysadmin/modules.js.vs" )">Return to previous menu</a></p>

View File

@@ -35,5 +35,5 @@
#encodeHTML( $x )<br />
#end
</td></tr></table>
<p><a href="sysadmin/module_uninstall.js.vs">Uninstall more modules</a></p>
<p><a href="sysadmin/modules.js.vs">Return to previous menu</a></p>
<p><a href="#formatURL( "SERVLET" "sysadmin/module_uninstall.js.vs" )">Uninstall more modules</a></p>
<p><a href="#formatURL( "SERVLET" "sysadmin/modules.js.vs" )">Return to previous menu</a></p>