diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-21 20:25:52 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-21 20:25:52 +0000 |
commit | 3af17f2e0991383dbb706e93f694bc2d9668ab9f (patch) | |
tree | f74e1c4d27b7ffa83270cafbf4af1d2eeb0a4a99 | |
parent | 0fb48751626c05a8969192ed3a263048984ac38c (diff) |
html bug fixed:
- div instead p
- input must be in a block tag
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1238 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/cat_options.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/rating.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index ec212cc91..891dc37d4 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -13,5 +13,5 @@ </fieldset> </form> -<p class="information">{L_CAT_OPTIONS_INFO}</div> +<p class="information">{L_CAT_OPTIONS_INFO}</p> diff --git a/template/yoga/admin/rating.tpl b/template/yoga/admin/rating.tpl index b955785f3..ac78bf419 100644 --- a/template/yoga/admin/rating.tpl +++ b/template/yoga/admin/rating.tpl @@ -28,8 +28,8 @@ </label> <input type="submit" name="submit_filter" value="{lang:Submit}" /> + <input type="hidden" name="page" value="rating" /> </fieldset> - <input type="hidden" name="page" value="rating" /> </form> <div class="navigationBar">{NAVBAR}</div> |