diff options
author | lpsolit%gmail.com <> | 2008-03-20 05:41:00 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-03-20 05:41:00 +0100 |
commit | 1402b4bce22a81c5ba494940d976932de816a7d3 (patch) | |
tree | b2cf195269c9a1369e72e3bc1e0af34baa749a87 /template/en/default | |
parent | 7a3eb7f68ad1532a51e24d81a4164ad87948ef26 (diff) | |
download | bugzilla-1402b4bce22a81c5ba494940d976932de816a7d3.tar.gz bugzilla-1402b4bce22a81c5ba494940d976932de816a7d3.tar.xz |
Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/admin/table.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/table.html.tmpl b/template/en/default/admin/table.html.tmpl index 58cbe88d9..303aba798 100644 --- a/template/en/default/admin/table.html.tmpl +++ b/template/en/default/admin/table.html.tmpl @@ -70,7 +70,7 @@ [%################### TABLE HEADER ######################%] -<table border="1" cellpadding="4" cellspacing="0"> +<table id="admin_table" border="1" cellpadding="4" cellspacing="0"> <tr bgcolor="#6666FF"> [% FOREACH c = columns %] [%# Default to align left for headers %] |