summaryrefslogtreecommitdiff
path: root/templates/install_cleanup_done.tpl
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-11-06 00:24:12 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-11-06 00:24:12 +0000
commit1a8672805b7b935a22441de0e969f2bca4061c8e (patch)
tree8e9d474cdd3979fb752a1d1c6cf68e43a1a61830 /templates/install_cleanup_done.tpl
parentdfe1964a3056ed937a5e3b351b11d12942544a1a (diff)
downloadinstall-1a8672805b7b935a22441de0e969f2bca4061c8e.tar.gz
install-1a8672805b7b935a22441de0e969f2bca4061c8e.tar.bz2
install-1a8672805b7b935a22441de0e969f2bca4061c8e.zip
no list style type for listing of fixed perms
Diffstat (limited to 'templates/install_cleanup_done.tpl')
-rw-r--r--templates/install_cleanup_done.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/install_cleanup_done.tpl b/templates/install_cleanup_done.tpl
index a31778b..e1cfda5 100644
--- a/templates/install_cleanup_done.tpl
+++ b/templates/install_cleanup_done.tpl
@@ -11,15 +11,15 @@
<div class="row">
{formlabel label="Updated Permissions"}
{forminput}
- <ul>
+ <ul id="fixedpermlist">
{foreach from=$fixedPermissions item=perm}
- <li><strong>{$perm.0}</strong>:<br />{$perm.1}<li>
+ <li><strong>{$perm.0}</strong>: {$perm.1}<li>
{/foreach}
</ul>
{/forminput}
</div>
- <p>Since permissions have been modified, you should probably visit the
+ <p>Since permissions have been modified, you should visit the
{smartlink ititle="permission maintenance" ipackage=users
ifile=admin/permissions.php} page to make sure that all permissions
are assigned to the correct groups.</p>
@@ -41,4 +41,4 @@
<div class="row submit">
<input type="submit" value="Continue install process" />
</div>
-{/form}
+{/form} \ No newline at end of file