[% INCLUDE button element_data = {
name = '__action'
value = next_action
type = 'submit'
class = 'submit'
text = text('Yes')
} %]
[% INCLUDE input element_data = {
name = 'new_name'
type = 'text'
class = 'dbname'
label = text('Copy to New Name') #'
}; %]
[% INCLUDE button element_data = {
name = '__action'
value = 'copy_db'
type = 'submit'
class = 'submit'
text = text('Copy') #'
}; %]
[% text('Maintenance') %]
[% INCLUDE button element_data = {
name = '__action'
value = 'reload_menu'
type = 'submit'
class = 'submit'
text = text('Reload menu') #'
}; %]
[% INCLUDE button element_data = {
name = '__action'
value = 'backup_db'
type = 'submit'
class = 'submit'
text = text('Backup DB') #'
} %]
[% INCLUDE button element_data = {
name = '__action'
value = 'backup_roles'
type = 'submit'
class = 'next'
text = text('Backup Roles') #'
} %]
[% INCLUDE button element_data = {
name = '__action'
value = 'system_info'
type = 'submit'
class = 'submit'
text = text('System Info') #'
} %]
[% INCLUDE button element_data = {
name = '__action'
value = 'consistency'
type = 'submit'
class = 'submit'
text = text('Check consistency') #'
} %]
[% INCLUDE button element_data = {
name = '__action'
value = 'db_patches_log'
type = 'submit'
class = 'submit'
text = text('View schema patch log') #'
} %]
[% END %]