Changeset - c674d994b07c
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-05-23 02:32:15
marcin@python-works.com
html fix
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/base/base.html
Show inline comments
 
@@ -46,13 +46,13 @@
 
</%def>
 

	
 
<%def name="menu(current)">
 
<% 
 
def is_current(selected):
 
	if selected == current:
 
		return 'class=current'
 
		return "class='current'"
 
%>
 
		%if current not in ['home','admin']:
 
	       <script type="text/javascript">
 
	       	YAHOO.util.Event.onDOMReady(function(){
 
				YAHOO.util.Event.addListener('repo_switcher','click',function(){
 
					if(YAHOO.util.Dom.hasClass('repo_switcher','selected')){
0 comments (0 inline, 0 general)