diff options
author | gweltas <gweltas@piwigo.org> | 2004-03-26 17:08:09 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-03-26 17:08:09 +0000 |
commit | 9fd459d0510534ab6f92b7f4e9a3a4598ff3c1ab (patch) | |
tree | 95e08d38d2604c350c1b200e0cb2c20cc53bbfc8 /template/default/admin/help.tpl | |
parent | 4128835db8d7b8e619951d4c31e23bd934758f09 (diff) |
- Template migration
- Admin Control Panel migration
- Category management
git-svn-id: http://piwigo.org/svn/trunk@394 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/help.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/admin/help.tpl b/template/default/admin/help.tpl index f603fe5e5..c890e1fea 100644 --- a/template/default/admin/help.tpl +++ b/template/default/admin/help.tpl @@ -12,7 +12,7 @@ <div style="text-align:center;margin:auto;margin-bottom:10px;"><img src="{cat.illustration.SRC_IMG}" style="border:1px solid black;" alt=""/></div> {cat.illustration.CAPTION} <!-- END illustration --> - <ul style="margin-right:10px;"> + <ul style="text-align:left; margin-right:10px;"> <!-- BEGIN item --> <li>{cat.item.CONTENT}</li> <!-- END item --> |