diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-04-20 02:54:50 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-04-20 02:54:50 +0000 |
commit | ee37f7daf549cc55e06f77c2c7184570bbbfb0d7 (patch) | |
tree | 367743e3c228221a291bfbeea9a1c21f2b328aaf /template/yoga/admin | |
parent | 9c47c507da96f65297d24ed53ee0ac0689c84aee (diff) |
merge r1216 from branch-1_6 into trunk
bug 340: ini_set disabled to Club Internet ISP + 1 error text message
fix: display issue with IE6 on admin rating (table from 100% to 99%)
git-svn-id: http://piwigo.org/svn/trunk@1217 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/rating.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/rating.tpl b/template/yoga/admin/rating.tpl index 862e538e8..b955785f3 100644 --- a/template/yoga/admin/rating.tpl +++ b/template/yoga/admin/rating.tpl @@ -33,7 +33,7 @@ </form> <div class="navigationBar">{NAVBAR}</div> -<table width="100%"> +<table width="99%"> <tr class="throw"> <td>{lang:File}</td> <td>{lang:Number of rates}</td> |