parent
c83e009312
commit
6d015ed727
@ -1654,7 +1654,7 @@ class SourcesPage(BasePage):
|
|||||||
of.write('\t<thead>\n')
|
of.write('\t<thead>\n')
|
||||||
of.write('\t\t<tr>\n')
|
of.write('\t\t<tr>\n')
|
||||||
of.write('\t\t\t<th class="ColumnLabel"> </th>\n')
|
of.write('\t\t\t<th class="ColumnLabel"> </th>\n')
|
||||||
of.write('\t\t\t<th class="ColumnName">Name</th>\n')
|
of.write('\t\t\t<th class="ColumnName">%s</th>\n' % _('Name'))
|
||||||
of.write('\t\t</tr>\n')
|
of.write('\t\t</tr>\n')
|
||||||
of.write('\t</thead>\n')
|
of.write('\t</thead>\n')
|
||||||
of.write('\t<tbody>\n')
|
of.write('\t<tbody>\n')
|
||||||
@ -1747,8 +1747,8 @@ class GalleryPage(BasePage):
|
|||||||
of.write('\t<thead>\n')
|
of.write('\t<thead>\n')
|
||||||
of.write('\t\t<tr>\n')
|
of.write('\t\t<tr>\n')
|
||||||
of.write('\t\t\t<th class="ColumnRowLabel"> </th>\n')
|
of.write('\t\t\t<th class="ColumnRowLabel"> </th>\n')
|
||||||
of.write('\t\t\t<th class="ColumnName">Name</th>\n')
|
of.write('\t\t\t<th class="ColumnName">%s</th>\n' % _('Name'))
|
||||||
of.write('\t\t\t<th class="ColumnDate">Date</th>\n')
|
of.write('\t\t\t<th class="ColumnDate">%s</th>\n' % _('Date'))
|
||||||
of.write('\t\t</tr>\n')
|
of.write('\t\t</tr>\n')
|
||||||
of.write('\t</thead>\n')
|
of.write('\t</thead>\n')
|
||||||
of.write('\t<tbody>\n')
|
of.write('\t<tbody>\n')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user