|
11 | 11 |
|
12 | 12 | $items[] = array( 'title' => 'Add user', |
13 | 13 | 'target' => 'content', |
14 | | - 'link' => 'admin/users_edit.php'); |
| 14 | + 'link' => 'admin/users_edit.php', |
| 15 | + 'html_id'=> 'user_add'); |
15 | 16 |
|
16 | 17 | $items[] = array( 'title' => 'Edit user', |
17 | 18 | 'target' => 'content', |
18 | | - 'link' => 'admin/users_list.php'); |
| 19 | + 'link' => 'admin/users_list.php', |
| 20 | + 'html_id'=> 'user_list'); |
| 21 | + |
19 | 22 |
|
20 | | - |
21 | 23 | $module['nav'][] = array( 'title' => 'CP Users', |
22 | 24 | 'open' => 1, |
23 | 25 | 'items' => $items); |
|
28 | 30 | /* |
29 | 31 | $items[] = array( 'title' => 'Add group', |
30 | 32 | 'target' => 'content', |
31 | | - 'link' => 'admin/groups_edit.php'); |
| 33 | + 'link' => 'admin/groups_edit.php', |
| 34 | + 'html_id'=> 'group_add'); |
32 | 35 |
|
33 | 36 | $items[] = array( 'title' => 'Edit group', |
34 | 37 | 'target' => 'content', |
35 | | - 'link' => 'admin/groups_list.php'); |
| 38 | + 'link' => 'admin/groups_list.php', |
| 39 | + 'html_id'=> 'group_list'); |
| 40 | +
|
36 | 41 |
|
37 | | - |
38 | 42 | $module['nav'][] = array( 'title' => 'Groups', |
39 | 43 | 'open' => 1, |
40 | 44 | 'items' => $items); |
|
46 | 50 | /* |
47 | 51 | $items[] = array( 'title' => 'Add server', |
48 | 52 | 'target' => 'content', |
49 | | - 'link' => 'admin/server_edit.php'); |
| 53 | + 'link' => 'admin/server_edit.php', |
| 54 | + 'html_id'=> 'server_add'); |
50 | 55 | */ |
51 | 56 | $items[] = array( 'title' => 'Server Services', |
52 | 57 | 'target' => 'content', |
53 | | - 'link' => 'admin/server_list.php'); |
| 58 | + 'link' => 'admin/server_list.php', |
| 59 | + 'html_id'=> 'server_list'); |
54 | 60 |
|
55 | 61 | $items[] = array( 'title' => 'Server Config', |
56 | 62 | 'target' => 'content', |
57 | | - 'link' => 'admin/server_config_list.php'); |
| 63 | + 'link' => 'admin/server_config_list.php', |
| 64 | + 'html_id'=> 'server_config_list'); |
58 | 65 |
|
59 | 66 | /* |
60 | 67 | $items[] = array( 'title' => 'Add Server IP', |
61 | 68 | 'target' => 'content', |
62 | | - 'link' => 'admin/server_ip_edit.php'); |
| 69 | + 'link' => 'admin/server_ip_edit.php', |
| 70 | + 'html_id'=> 'server_ip_edit'); |
63 | 71 | */ |
64 | 72 | $items[] = array( 'title' => 'Edit Server IP', |
65 | 73 | 'target' => 'content', |
66 | | - 'link' => 'admin/server_ip_list.php'); |
| 74 | + 'link' => 'admin/server_ip_list.php', |
| 75 | + 'html_id'=> 'server_ip_list'); |
67 | 76 |
|
68 | 77 |
|
69 | 78 | $items[] = array( 'title' => 'Interface Config', |
|
79 | 88 |
|
80 | 89 | $items[] = array( 'title' => 'Firewall', |
81 | 90 | 'target' => 'content', |
82 | | - 'link' => 'admin/firewall_list.php'); |
| 91 | + 'link' => 'admin/firewall_list.php', |
| 92 | + 'html_id'=> 'firewall_list'); |
83 | 93 |
|
84 | 94 |
|
85 | 95 | $module['nav'][] = array( 'title' => 'Firewall', |
|
93 | 103 |
|
94 | 104 | $items[] = array( 'title' => 'Repositories', |
95 | 105 | 'target' => 'content', |
96 | | - 'link' => 'admin/software_repo_list.php'); |
| 106 | + 'link' => 'admin/software_repo_list.php', |
| 107 | + 'html_id'=> 'software_repo_list'); |
97 | 108 |
|
98 | 109 | $items[] = array( 'title' => 'Packages', |
99 | 110 | 'target' => 'content', |
100 | | - 'link' => 'admin/software_package_list.php'); |
| 111 | + 'link' => 'admin/software_package_list.php', |
| 112 | + 'html_id'=> 'software_package_list'); |
101 | 113 |
|
102 | 114 | $items[] = array( 'title' => 'Updates', |
103 | 115 | 'target' => 'content', |
104 | | - 'link' => 'admin/software_update_list.php'); |
| 116 | + 'link' => 'admin/software_update_list.php', |
| 117 | + 'html_id'=> 'software_update_list'); |
105 | 118 |
|
106 | 119 | $module['nav'][] = array( 'title' => 'Software', |
107 | 120 | 'open' => 1, |
|
113 | 126 |
|
114 | 127 | $items[] = array( 'title' => 'Languages', |
115 | 128 | 'target' => 'content', |
116 | | - 'link' => 'admin/language_list.php'); |
| 129 | + 'link' => 'admin/language_list.php', |
| 130 | + 'html_id'=> 'language_list'); |
117 | 131 |
|
118 | 132 | $items[] = array( 'title' => 'New Language', |
119 | 133 | 'target' => 'content', |
120 | | - 'link' => 'admin/language_add.php'); |
121 | | - |
| 134 | + 'link' => 'admin/language_add.php', |
| 135 | + 'html_id'=> 'language_add'); |
| 136 | + |
122 | 137 | $items[] = array( 'title' => 'Merge', |
123 | 138 | 'target' => 'content', |
124 | | - 'link' => 'admin/language_complete.php'); |
| 139 | + 'link' => 'admin/language_complete.php', |
| 140 | + 'html_id'=> 'language_complete'); |
125 | 141 |
|
126 | 142 | $items[] = array( 'title' => 'Export', |
127 | 143 | 'target' => 'content', |
128 | | - 'link' => 'admin/language_export.php'); |
| 144 | + 'link' => 'admin/language_export.php', |
| 145 | + 'html_id'=> 'language_export'); |
129 | 146 |
|
130 | 147 | $items[] = array( 'title' => 'Import', |
131 | 148 | 'target' => 'content', |
132 | | - 'link' => 'admin/language_import.php'); |
| 149 | + 'link' => 'admin/language_import.php', |
| 150 | + 'html_id'=> 'language_import'); |
133 | 151 |
|
134 | 152 | $module['nav'][] = array( 'title' => 'Language Editor', |
135 | 153 | 'open' => 1, |
|
141 | 159 |
|
142 | 160 | $items[] = array( 'title' => 'Add user', |
143 | 161 | 'target' => 'content', |
144 | | - 'link' => 'admin/remote_user_edit.php'); |
| 162 | + 'link' => 'admin/remote_user_edit.php', |
| 163 | + 'html_id'=> 'remote_user_add'); |
145 | 164 |
|
146 | 165 | $items[] = array( 'title' => 'Edit user', |
147 | 166 | 'target' => 'content', |
148 | | - 'link' => 'admin/remote_user_list.php'); |
| 167 | + 'link' => 'admin/remote_user_list.php', |
| 168 | + 'html_id'=> 'remote_user_list'); |
| 169 | + |
149 | 170 |
|
150 | | - |
151 | 171 | $module['nav'][] = array( 'title' => 'Remote Users', |
152 | 172 | 'open' => 1, |
153 | 173 | 'items' => $items); |
|
157 | 177 |
|
158 | 178 | $items[] = array( 'title' => 'Do OS-Update', |
159 | 179 | 'target' => 'content', |
160 | | - 'link' => 'admin/remote_action_osupdate.php'); |
| 180 | + 'link' => 'admin/remote_action_osupdate.php', |
| 181 | + 'html_id'=> 'osupdate'); |
161 | 182 |
|
162 | 183 | $items[] = array( 'title' => 'Do ISPConfig-Update', |
163 | 184 | 'target' => 'content', |
164 | | - 'link' => 'admin/remote_action_ispcupdate.php'); |
| 185 | + 'link' => 'admin/remote_action_ispcupdate.php', |
| 186 | + 'html_id'=> 'ispcupdate'); |
165 | 187 |
|
166 | 188 | $module['nav'][] = array( 'title' => 'Remote Actions', |
167 | 189 | 'open' => 1, |
|
0 commit comments