diff --git a/assets/css/main.css b/assets/css/main.css index 83381ca..5f9723e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -28,3 +28,7 @@ body { .container .text-muted { margin: 20px 0; } + +.margin-left-10px { + margin-left: 10px +} diff --git a/inc/session.inc.php b/inc/session.inc.php index 7354b7c..f8a9e08 100644 --- a/inc/session.inc.php +++ b/inc/session.inc.php @@ -282,7 +282,7 @@ function initialize_session() { array('db_meta', $ptitle_strings['db_meta'], 'close')), // panels on the Tables page - 's_tables_panels' => array(array('tb_show', $ptitle_strings['tb_show'], 'close'), + 's_tables_panels' => array(array('tb_show', $ptitle_strings['tb_show'], 'open'), array('tb_create', $ptitle_strings['tb_create'], 'close'), array('tb_modify', $ptitle_strings['tb_modify'], 'close'), array('tb_delete', $ptitle_strings['tb_delete'], 'close')), @@ -301,17 +301,17 @@ function initialize_session() { array('tb_watch', $ptitle_strings['tb_watch'], 'close')), // panels on the Data page - 's_data_panels' => array(array('dt_enter', $ptitle_strings['dt_enter'], 'close'), + 's_data_panels' => array(array('dt_enter', $ptitle_strings['dt_enter'], 'open'), array('tb_watch', $ptitle_strings['tb_watch'], 'close'), array('dt_export', $ptitle_strings['dt_export'], 'close'), array('dt_import', $ptitle_strings['dt_import'], 'close')), // panels on the User page - 's_users_panels' => array(array('usr_user', $ptitle_strings['usr_user'], 'close'), + 's_users_panels' => array(array('usr_user', $ptitle_strings['usr_user'], 'open'), array('usr_role', $ptitle_strings['usr_role'], 'close'), // array('usr_grant',$ptitle_strings['usr_grant'],'close')), array('usr_cust', $ptitle_strings['usr_cust'], 'close')), // panels on the Admin page - 's_admin_panels' => array(array('adm_server',$ptitle_strings['adm_server'],'close'), + 's_admin_panels' => array(array('adm_server',$ptitle_strings['adm_server'],'open'), array('adm_dbstat',$ptitle_strings['adm_dbstat'],'close'), array('adm_gfix', $ptitle_strings['adm_gfix'], 'close'), array('adm_backup',$ptitle_strings['adm_backup'],'close'), diff --git a/panels/adm_backup.php b/panels/adm_backup.php index 396ebfa..5e6c7f7 100644 --- a/panels/adm_backup.php +++ b/panels/adm_backup.php @@ -8,93 +8,111 @@ if ($s_connected == TRUE): -?> -
- - - - - - - - - -
- - - '; ?> - -
- - - - - - - - - - - - - - - - - - - - - -
- > -   - - > -   -
- > -   - - > -   -
- > -   - - > -   -
- > -   - - > -   -
- + ?> + + -
- -
-
- - -
- + + + + + + + +
+
+ -endif; +
+ ' . BACKUP_DIR . '
'; ?> + +
+ +
-?> + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ +
+
+ +
+
+ + + + diff --git a/panels/adm_dbstat.php b/panels/adm_dbstat.php index 7e55656..46cbc55 100644 --- a/panels/adm_dbstat.php +++ b/panels/adm_dbstat.php @@ -1,4 +1,5 @@ @@ -6,28 +7,20 @@ // published under the terms of the GNU General Public Licence v.2, // see file LICENCE for details -if ($s_connected): - -?> -
- - - - - -
- '.$adm_strings['Analyze']."
\n"; +if ($s_connected) { ?> + +
+ ' . $adm_strings['Analyze'] . ""; echo get_indexed_selectlist('db_stat_option', database_statistic_options(), $s_dbstat_option); ?> -
- -
-
-
- -
- + + + +
+
+ +
+ \ No newline at end of file diff --git a/panels/adm_gfix.php b/panels/adm_gfix.php index 7699bda..4bd4e99 100644 --- a/panels/adm_gfix.php +++ b/panels/adm_gfix.php @@ -9,7 +9,8 @@ if ($s_connected == TRUE): ?> -
+ - +
- - - - - - -
- - -
+ +
+ + +
+
- - - - - - - -
- - -
+ +
+ + +
+
- - - - - - - -
- - -
+ +
+ + +
+
- - - - - - - -
- - -
+ +
+ + +
+
- - - - - - - -
- - -
+ +
+ + +
+
@@ -90,59 +72,62 @@ - + - - - - - +
  - - -   - >  - -   - + +
+ + +
+ +
+
+ +
+
-
- + - - - - - - -
- >  - - - >  - - - >  - - - >  - -   - >  - -   - + + + + + +
-
@@ -150,42 +135,44 @@ - - - - - + - - - - -
- >  - - - >  - - - >  - -   - -   - + + + +
+ + +
+ +
-   -   - -
- > -   +
- diff --git a/panels/adm_restore.php b/panels/adm_restore.php index ae2ca48..f678ac5 100644 --- a/panels/adm_restore.php +++ b/panels/adm_restore.php @@ -9,42 +9,52 @@ if ($s_connected == TRUE): ?> -
+ - + -
+ +
- - - '; ?> - +
+ + +
+ ' . BACKUP_DIR . '
'; ?> + +
+
- + - -
- - - +
+ + +
- >  - - - >  - + +
@@ -55,37 +65,57 @@ - > -   + - > -   + - > -   + - > -   + - > -   + - > -   + - > -
+
- +

- - +
+
+
-

 

 

 

diff --git a/views/menu.php b/views/menu.php index 7c4cdcb..54807a5 100644 --- a/views/menu.php +++ b/views/menu.php @@ -11,7 +11,7 @@ - FirebirdWebAdmin 3.0 + FirebirdWebAdmin