diff app/view/proben/List.js @ 363:3bed0373cf50

Fixed display of lock and unlock items.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 15 Aug 2013 16:58:38 +0200
parents 94884cd8f8c0
children d0f5be50aed5
line wrap: on
line diff
--- a/app/view/proben/List.js	Thu Aug 15 14:07:35 2013 +0200
+++ b/app/view/proben/List.js	Thu Aug 15 16:58:38 2013 +0200
@@ -69,8 +69,8 @@
  */
 function render_readonly (value) {
     if (value) {
-        return '&#128274;'
+        return '<img src="gfx/lock_16x16.png"/>';
     } else {
-        return '&#128275;'
+        return '<img src="gfx/unlock_16x16.png"/>';
     }
 }

http://lada.wald.intevation.org