Changeset - 408c66ecdad4
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-06-07 23:26:21
marcin@python-works.com
fixes a repo switcher display bug
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/base/base.html
Show inline comments
 
@@ -91,8 +91,8 @@ def is_current(selected):
 
	        <ul class="page-nav">
 
				<li>
 
					<a id="repo_switcher" title="${_('Switch repository')}" href="#">&darr;</a>
 
					<div id="switch_repos" style="display:none;position: absolute;width: 150px;height: 25px">
 
						<select id="repos_list" size="=10">
 
					<div id="switch_repos" style="display:none;position: absolute;height: 25px">
 
						<select id="repos_list" size="=10" style="min-width: 150px">
 
						%for repo in sorted(x.name.lower() for x in c.cached_repo_list.values()):
 
							<option value="${repo}">${repo}</option>
 
						%endfor
0 comments (0 inline, 0 general)