diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-07-07 07:28:00 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-07-07 07:28:00 +0000 |
| commit | 7bbb43727d13cef2b1ff87e915caa4da18794d2b (patch) | |
| tree | 20225f3203045badc7c0322ce39b1db53b7daa3d /templates | |
| parent | 4cbc79bea940b5c2bc7ac2d8a5e7f3561c10a6e8 (diff) | |
| download | users-7bbb43727d13cef2b1ff87e915caa4da18794d2b.tar.gz users-7bbb43727d13cef2b1ff87e915caa4da18794d2b.tar.bz2 users-7bbb43727d13cef2b1ff87e915caa4da18794d2b.zip | |
keep php in php dir, rename files with appended _inc, keep jstab in template for custom title if required, add some whitespace to code to make it readable
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/user_preferences.tpl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/user_preferences.tpl b/templates/user_preferences.tpl index 72f58b3..52a870a 100644 --- a/templates/user_preferences.tpl +++ b/templates/user_preferences.tpl @@ -285,13 +285,11 @@ </div> {/legend} {/jstab} - + {foreach item=package from=$packages} - {jstab title=$package.name} - {include file=$package.template settings=$userPrefs} - {/jstab} + {include file=$package.template settings=$userPrefs} {/foreach} - + {/jstabs} </div><!-- end .body --> </div><!-- end .userpreferences --> |
