diff rhodecode/templates/admin/repos/repos.html @ 904:82aaf4e71817 beta

reimplemented tooltip, refactored tooltip_title into title for proper html, and changed display strategy to right to temporary fix display problem with large tooltips
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 01 Jan 2011 19:22:09 +0100
parents 6199b34d349b
children 5554aa9c2480
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repos.html	Fri Dec 31 19:58:43 2010 +0100
+++ b/rhodecode/templates/admin/repos/repos.html	Sat Jan 01 19:22:09 2011 +0100
@@ -68,7 +68,7 @@
 	            	${h.link_to('r%s:%s' % (repo['rev'],h.short_id(repo['tip'])),
 	                h.url('changeset_home',repo_name=repo['name'],revision=repo['tip']),
 	                class_="tooltip",
-	                tooltip_title=h.tooltip(repo['last_msg']))}
+	                title=h.tooltip(repo['last_msg']))}
 	            	%else:
 	            		${_('No changesets yet')}
 	            	%endif