fixed issue 1064

This commit is contained in:
Massimo
2012-10-03 11:54:03 -05:00
parent bacff3453b
commit 433a02537c
7 changed files with 31 additions and 1 deletions
@@ -44,6 +44,12 @@
{{elif request.function=='select':}}
<h2>{{=XML(str(T("Database %s select"))%A(request.args[0],_href=URL('index'))) }}
</h2>
{{if tb:}}
<h3>{{=T('Traceback')}}</h3>
<pre>
{{=tb}}
</pre>
{{pass}}
{{if table:}}
{{=A(str(T('New Record')),_href=URL('insert',args=[request.args[0],table]),_class="btn")}}<br/><br/>
<h3>{{=T("Rows in Table")}}</h3><br/>