Merge branch 'stable'
This commit is contained in:
@ -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
|
||||
|
BIN
htdocs/resource2/ocstyle/images/misc/32x32-checked.png
Normal file
BIN
htdocs/resource2/ocstyle/images/misc/32x32-checked.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB |
@ -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ü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ützen
|
||||
</div>
|
||||
<div class="content-txtbox-noshade" style="padding-right: 25px;">
|
||||
|
||||
|
@ -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;">
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user