diff rhodecode/templates/admin/admin.html @ 1426:91708b96e991 beta

Fixed show more links. improved gui for quick menu.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 10 Jul 2011 16:26:42 +0200
parents b79e720bac0c
children f91d3f9b7230
line wrap: on
line diff
--- a/rhodecode/templates/admin/admin.html	Sun Jul 10 15:50:31 2011 +0200
+++ b/rhodecode/templates/admin/admin.html	Sun Jul 10 16:26:42 2011 +0200
@@ -20,15 +20,6 @@
 	</div>
 	<!-- end box / title -->
 	<div class="table">
-        <script type="text/javascript">
-        function show_more_event(){
-	        YUE.on(YUD.getElementsByClassName('show_more'),'click',function(e){
-	            var el = e.target;
-	            YUD.setStyle(YUD.get(el.id.substring(1)),'display','');
-	            YUD.setStyle(el.parentNode,'display','none');
-	        });
-        }
-        </script>	
 	    <div id="user_log">
 	        ${c.log_data}
 	    </div>