diff options
| author | Rob Hudson | 2009-09-08 15:47:43 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2009-09-08 15:47:43 -0700 | 
| commit | 7ae09e2ba4a88b68a3f4bc9e309c8fc1402c14b3 (patch) | |
| tree | 4bca06e26a5d633e1491a9e065af9a7c900238cd /debug_toolbar | |
| parent | 20ee57b927751fd0d492c428b82f64bebdb0e860 (diff) | |
| parent | 80d72869a9a950b1598aec71b8534fcc58d54a3c (diff) | |
| download | django-debug-toolbar-7ae09e2ba4a88b68a3f4bc9e309c8fc1402c14b3.tar.bz2 | |
Merge remote branch 'idan/master' into ui-rf
Diffstat (limited to 'debug_toolbar')
3 files changed, 3 insertions, 3 deletions
| diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html b/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html index a21ec59..57fa538 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html @@ -1,6 +1,6 @@  {% load i18n %}  <div class="djDebugPanelTitle"> -	<a class="back" href="">« {% trans "Back" %}</a> +	<a class="close back" href="">{% trans "Back" %}</a>  	<h3>SQL Explained</h3>  </div>  <div class="djDebugPanelContent"> diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql_profile.html b/debug_toolbar/templates/debug_toolbar/panels/sql_profile.html index a15574e..a3d3240 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql_profile.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql_profile.html @@ -1,6 +1,6 @@  {% load i18n %}  <div class="djDebugPanelTitle"> -	<a class="back" href="">« {% trans "Back" %}</a> +	<a class="close back" href="">{% trans "Back" %}</a>  	<h3>SQL Profiled</h3>  </div>  <div class="djDebugPanelContent"> diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql_select.html b/debug_toolbar/templates/debug_toolbar/panels/sql_select.html index 66835c8..a240b07 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql_select.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql_select.html @@ -1,6 +1,6 @@  {% load i18n %}  <div class="djDebugPanelTitle"> -	<a class="back" href="">« {% trans "Back" %}</a> +	<a class="close back" href="">{% trans "Back" %}</a>  	<h3>SQL Selected</h3>  </div>  <div class="djDebugPanelContent"> | 
