ztfy/utils/browser/templates/color_display.pt
branchZTK-1.1
changeset 149 738abc5935c9
parent 148 d3668ecd9137
child 150 3b6ce9aacac2
--- a/ztfy/utils/browser/templates/color_display.pt	Wed Jun 20 16:29:53 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-<div class="colorSelector"
-	 tal:attributes="id string:${view/id}_selector">
-	<input type="hidden"
-		   tal:attributes="id view/id;
-						   name view/name;
-						   lang view/lang;
-						   value view/value;" />
-	<div></div>
-	<script type="text/javascript" tal:content="string:
-		$$(document).ready(function() {
-			$$('DIV[id=${view/id}_selector] div').css('backgroundColor', '#${view/value}');
-		});
-	"></script>
-</div>
\ No newline at end of file