[% INCLUDE "ui-header.html"
stylesheet="ledgersmb.css"
include_stylesheet=["setup.css"];
PROCESS "elements.html";
PROCESS "dynatable.html"; %]
[% INCLUDE 'setup/ui-db-credentials.html' %]
[% text('Available Databases') %]
[%
INCLUDE dynatable
columns = [{col_id = 'db',
name = text('Database'),
type = 'href'
href_base = 'setup.pl?action=login&database='}]
tbody = {rows = dbs}
id = 'db_list' %]
[% end_html %]