From 83e9f57459ddc0f7602f3c72d937d7a48e76b6b5 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Sat, 3 Mar 2012 16:49:48 +0100 Subject: fixed admin fixed editor --- view/theme/diabook/icons/attach.png | Bin 862 -> 1069 bytes view/theme/diabook/icons/audio.png | Bin 655 -> 762 bytes view/theme/diabook/icons/camera.png | Bin 568 -> 685 bytes view/theme/diabook/icons/globe.png | Bin 680 -> 875 bytes view/theme/diabook/icons/toogle_off.png | Bin 0 -> 391 bytes view/theme/diabook/icons/toogle_on.png | Bin 0 -> 429 bytes view/theme/diabook/icons/unglobe.png | Bin 659 -> 798 bytes view/theme/diabook/icons/unlock.png | Bin 314 -> 362 bytes view/theme/diabook/icons/video.png | Bin 373 -> 472 bytes view/theme/diabook/icons/weblink.png | Bin 305 -> 505 bytes view/theme/diabook/style.css | 4 ++-- 11 files changed, 2 insertions(+), 2 deletions(-) create mode 100755 view/theme/diabook/icons/toogle_off.png create mode 100755 view/theme/diabook/icons/toogle_on.png (limited to 'view') diff --git a/view/theme/diabook/icons/attach.png b/view/theme/diabook/icons/attach.png index 4412d94a5..1958041cf 100755 Binary files a/view/theme/diabook/icons/attach.png and b/view/theme/diabook/icons/attach.png differ diff --git a/view/theme/diabook/icons/audio.png b/view/theme/diabook/icons/audio.png index 075e04734..8d779a409 100755 Binary files a/view/theme/diabook/icons/audio.png and b/view/theme/diabook/icons/audio.png differ diff --git a/view/theme/diabook/icons/camera.png b/view/theme/diabook/icons/camera.png index 8769cc82f..a5c7f1236 100755 Binary files a/view/theme/diabook/icons/camera.png and b/view/theme/diabook/icons/camera.png differ diff --git a/view/theme/diabook/icons/globe.png b/view/theme/diabook/icons/globe.png index daec0c256..bf27a8f3f 100755 Binary files a/view/theme/diabook/icons/globe.png and b/view/theme/diabook/icons/globe.png differ diff --git a/view/theme/diabook/icons/toogle_off.png b/view/theme/diabook/icons/toogle_off.png new file mode 100755 index 000000000..99490bcd9 Binary files /dev/null and b/view/theme/diabook/icons/toogle_off.png differ diff --git a/view/theme/diabook/icons/toogle_on.png b/view/theme/diabook/icons/toogle_on.png new file mode 100755 index 000000000..81e8f9120 Binary files /dev/null and b/view/theme/diabook/icons/toogle_on.png differ diff --git a/view/theme/diabook/icons/unglobe.png b/view/theme/diabook/icons/unglobe.png index ddcdfa23c..aa9b0e189 100755 Binary files a/view/theme/diabook/icons/unglobe.png and b/view/theme/diabook/icons/unglobe.png differ diff --git a/view/theme/diabook/icons/unlock.png b/view/theme/diabook/icons/unlock.png index 3d6543087..a0cda0ae5 100755 Binary files a/view/theme/diabook/icons/unlock.png and b/view/theme/diabook/icons/unlock.png differ diff --git a/view/theme/diabook/icons/video.png b/view/theme/diabook/icons/video.png index c9a905e32..a03d1d818 100755 Binary files a/view/theme/diabook/icons/video.png and b/view/theme/diabook/icons/video.png differ diff --git a/view/theme/diabook/icons/weblink.png b/view/theme/diabook/icons/weblink.png index 45c471e6c..216e78344 100755 Binary files a/view/theme/diabook/icons/weblink.png and b/view/theme/diabook/icons/weblink.png differ diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index df586c770..d9d88690f 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -163,8 +163,8 @@ .language { background-position: -210px -40px;} -.on { background-position: -50px -60px;} -.off { background-position: -70px -60px;} +.icon.on { background-image: url("../../../view/theme/diabook/icons/toogle_on.png"); background-repeat: no-repeat;} +.icon.off { background-image: url("../../../view/theme/diabook/icons/toogle_off.png"); background-repeat: no-repeat;} .prev { background-position: -90px -60px;} .next { background-position: -110px -60px;} /*.tagged { background-position: -130px -60px;}*/ -- cgit v1.2.3 From d4ac1f2a9cc8d744c6e47eb358ac1f1cfa4ce458 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Sat, 3 Mar 2012 19:07:55 +0100 Subject: fixed star/unstar --- view/theme/diabook/icons/isstar.png | Bin 0 -> 1277 bytes view/theme/diabook/icons/star.png | Bin 339 -> 388 bytes view/theme/diabook/icons/star_dummy.png | Bin 0 -> 183 bytes view/theme/diabook/style.css | 4 +++- view/theme/diabook/wall_item.tpl | 23 ++++++++++++++--------- 5 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 view/theme/diabook/icons/isstar.png create mode 100644 view/theme/diabook/icons/star_dummy.png (limited to 'view') diff --git a/view/theme/diabook/icons/isstar.png b/view/theme/diabook/icons/isstar.png new file mode 100644 index 000000000..c955b25b5 Binary files /dev/null and b/view/theme/diabook/icons/isstar.png differ diff --git a/view/theme/diabook/icons/star.png b/view/theme/diabook/icons/star.png index 32eff5a50..0b00cb189 100755 Binary files a/view/theme/diabook/icons/star.png and b/view/theme/diabook/icons/star.png differ diff --git a/view/theme/diabook/icons/star_dummy.png b/view/theme/diabook/icons/star_dummy.png new file mode 100644 index 000000000..ce11f30d4 Binary files /dev/null and b/view/theme/diabook/icons/star_dummy.png differ diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index d9d88690f..ecd995d5f 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -100,11 +100,13 @@ .icon.recycle { background-image: url("../../../view/theme/diabook/icons/recycle.png");} .icon.remote-link { background-image: url("../../../view/theme/diabook/icons/remote.png");} .icon.tagged { background-image: url("../../../view/theme/diabook/icons/tagged.png");} -.icon.unstarred { background-image: url("../../../view/theme/diabook/icons/unstarred.png");} +.icon.unstarred { background-image: url("../../../view/theme/diabook/icons/star.png");} .icon.star { background-image: url("../../../view/theme/diabook/icons/star.png");} .icon.link { background-image: url("../../../view/theme/diabook/icons/link.png");} .icon.lock { background-image: url("../../../view/theme/diabook/icons/lock.png");} .icon.unlock { background-image: url("../../../view/theme/diabook/icons/unlock.png");} +.icon.isstar { background-image: url("../../../view/theme/diabook/icons/isstar.png");} + .camera { background-image: url("../../../view/theme/diabook/icons/camera.png"); display: block; width: 28px; height: 28px; background-repeat: no-repeat; diff --git a/view/theme/diabook/wall_item.tpl b/view/theme/diabook/wall_item.tpl index 10d395316..c836d4fbb 100644 --- a/view/theme/diabook/wall_item.tpl +++ b/view/theme/diabook/wall_item.tpl @@ -1,6 +1,6 @@ {{ if $item.indent }}{{ else }}
- $item.star.starred + $item.star.starred {{ if $item.lock }}$item.lock{{ endif }}
@@ -38,9 +38,7 @@
- +
{{ for $item.tags as $tag }} $tag @@ -54,7 +52,8 @@
$item.location 
- + + {{ if $item.vote }} @@ -62,13 +61,19 @@ {{ if $item.vote.share }} - {{ endif }} + {{ endif }} {{ if $item.star }} - $item.star.do - $item.star.undo + + $item.star.do + + $item.star.undo $item.star.tagger - {{ endif }} + {{ endif }} + + {{ if $item.plink }}$item.plink.title{{ endif }} + +
-- cgit v1.2.3