src/cm/templates/site/dashboard.html
changeset 565 95a5c06c4008
parent 460 2fdb7d095d5c
child 617 73d293d9cf76
equal deleted inserted replaced
564:dc415eb33a3f 565:95a5c06c4008
   274 	        
   274 	        
   275         <script type="text/javascript">                
   275         <script type="text/javascript">                
   276         <!--
   276         <!--
   277         $(function() {
   277         $(function() {
   278             $("#view_texts").click(function(){                
   278             $("#view_texts").click(function(){                
   279                 window.location = ($(this).attr('checked'))? '?{% newparams 'view_texts' '1' %}' : '?{% newparams 'view_texts' '0' %}' ;
   279                 window.location = ($(this).prop('checked'))? '?{% newparams 'view_texts' '1' %}' : '?{% newparams 'view_texts' '0' %}' ;
   280             });
   280             });
   281             $("#view_comments").click(function(){                
   281             $("#view_comments").click(function(){                
   282                 window.location = ($(this).attr('checked'))? '?{% newparams 'view_comments' '1' %}' : '?{% newparams 'view_comments' '0' %}' ;
   282                 window.location = ($(this).prop('checked'))? '?{% newparams 'view_comments' '1' %}' : '?{% newparams 'view_comments' '0' %}' ;
   283             });
   283             });
   284             $("#view_users").click(function(){                
   284             $("#view_users").click(function(){                
   285                 window.location = ($(this).attr('checked'))? '?{% newparams 'view_users' '1' %}' : '?{% newparams 'view_users' '0' %}' ;
   285                 window.location = ($(this).prop('checked'))? '?{% newparams 'view_users' '1' %}' : '?{% newparams 'view_users' '0' %}' ;
   286             });
   286             });
   287         }) ;
   287         }) ;
   288         --> 
   288         --> 
   289         </script>	        
   289         </script>	        
   290 			</th>
   290 			</th>