fixed newlines

This commit is contained in:
mdipierro
2013-03-29 02:13:35 -05:00
parent fcfa8aa917
commit 244d3c68eb
15 changed files with 2392 additions and 2395 deletions
+2 -2
View File
@@ -2573,7 +2573,7 @@ class SQLFORM(FORM):
header = table._plural
next = grid.create_form or grid.update_form or grid.view_form
breadcrumbs.append(LI(
A(T(header), _class=trap_class(),_href=url()),
A(T(header), _class=trap_class(),_href=url()),
SPAN(divider, _class='divider') if next else '',
_class='active w2p_grid_breadcrumb_elem'))
if grid.create_form:
@@ -2584,7 +2584,7 @@ class SQLFORM(FORM):
header = T('View %s' % format(table,grid.view_form.record))
if next:
breadcrumbs.append(LI(
A(T(header), _class=trap_class(),_href=url()),
A(T(header), _class=trap_class(),_href=url()),
_class='active w2p_grid_breadcrumb_elem'))
grid.insert(
0, DIV(UL(*breadcrumbs, **{'_class': breadcrumbs_class}),