From 47eadddd01601b083c83b3520568255fdd6378a1 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sat, 21 Nov 2009 09:00:58 +0100 Subject: show table name as h1 in every page --- edit_columns.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'edit_columns.rb') diff --git a/edit_columns.rb b/edit_columns.rb index 8d2dc4a..0b58fcc 100755 --- a/edit_columns.rb +++ b/edit_columns.rb @@ -62,7 +62,7 @@ else end -$html = HTML.new("dudle - Edit Columns - #{table.name}") +$html = HTML.new("dudle - #{table.name} - Edit Columns") $html.header["Cache-Control"] = "no-cache" load "../charset.rb" $html.add_css("../dudle.css") @@ -72,7 +72,8 @@ $html << Dudle::tabs("Edit Columns") $html << < -

Add and Remove Columns

+

#{table.name}

+

Add and Remove Columns

TABLE # ADD/REMOVE COLUMN -- cgit v1.2.3