Merge branch 'stable'

This commit is contained in:
following
2013-05-14 19:55:17 +02:00
6 changed files with 9 additions and 3 deletions

View File

@ -178,3 +178,9 @@ List of third party components:
http://www.softicons.com/free-icons/web-icons/fatcow-hosting-additional-icons-by-fatcow/gps-handheld-icon
License : Creative Commons BY 3.0
Author : FatCow
28. checkmark icon
Path : htdocs/resource2/ocstyle/images/misc/
URI : http://www.softicons.com/free-icons/web-icons/bremen-icons-by-pc.de/check-icon
License : Creative Commons BY 3.0
Author : PC.DE

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -4,7 +4,7 @@
* Unicode Reminder メモ
***************************************************************************}
<div class="content2-pagetitle">
<img src="resource2/{$opt.template.style}/images/misc/32x32-haken-white-bg.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />So kannst Du uns unterst&uuml;tzen
<img src="resource2/{$opt.template.style}/images/misc/32x32-checked.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />So kannst Du uns unterst&uuml;tzen
</div>
<div class="content-txtbox-noshade" style="padding-right: 25px;">

View File

@ -4,7 +4,7 @@
* Unicode Reminder メモ
***************************************************************************}
<div class="content2-pagetitle">
<img src="resource2/{$opt.template.style}/images/misc/32x32-winner.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />How you can help us
<img src="resource2/{$opt.template.style}/images/misc/32x32-checked.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />How you can help us
</div>
<div class="content-txtbox-noshade" style="padding-right: 25px;">

View File

@ -197,7 +197,7 @@ function eval_filtercookies(aValues)
}
else if (fs[0] == 'hide')
{
document.getElementById('f_userowner').checked = fs[1].indexOf('0') >= 0;
document.getElementById('f_userowner').checked = fs[1].indexOf('O') >= 0;
document.getElementById('f_userfound').checked = fs[1].indexOf('F') >= 0;
document.getElementById('f_ignored').checked = fs[1].indexOf('I') >= 0;
document.getElementById('f_inactive').checked = fs[1].indexOf('D') >= 0;