PluginProbe
User Access Manager / 1.1
User Access Manager v1.1
2.3.20 2.3.19 2.3.18 2.3.17 2.3.16 2.3.15 2.3.14 2.3.13 trunk 0.6 0.6.1 0.6.2 0.7 0.7 Beta 0.7.0.1 0.8 0.8.0.1 0.8.0.2 0.9 0.9.1 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 1.0 All 136 releases
user-access-manager / tpl / adminSettings.php

adminSettings.php in User Access Manager 1.1, at tpl/adminSettings.php

666 lines 22.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * adminSettings.php
4 *
5 * Shows the setting page at the admin panel.
6 *
7 * PHP versions 5
8 *
9 * @category UserAccessManager
10 * @package UserAccessManager
11 * @author Alexander Schneider <alexanderschneider85@googlemail.com>
12 * @copyright 2008-2010 Alexander Schneider
13 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2
14 * @version SVN: $Id$
15 * @link http://wordpress.org/extend/plugins/user-access-manager/
16 */
17 global $userAccessManager;
18 $uamOptions = $userAccessManager->getAdminOptions();
19
20 if (isset($_POST['update_uam_settings'])) {
21 foreach ($uamOptions as $option => $value) {
22 if (isset($_POST['uam_' . $option])) {
23 $uamOptions[$option] = $_POST['uam_' . $option];
24 }
25 }
26
27 update_option($this->adminOptionsName, $uamOptions);
28
29 if ($_POST['uam_lock_file'] == 'false') {
30 $userAccessManager->deleteHtaccessFiles();
31 } else {
32 $userAccessManager->createHtaccess();
33 $userAccessManager->createHtpasswd(true);
34 }
35 ?>
36 <div class="updated">
37 <p><strong><?php echo TXT_UPDATE_SETTINGS; ?></strong></p>
38 </div>
39 <?php
40 }
41 ?>
42
43 <div class="wrap">
44 <form method="post" action="<?php echo $_SERVER["REQUEST_URI"]; ?>">
45 <h2><?php echo TXT_SETTINGS; ?></h2>
46 <h3><?php echo TXT_POST_SETTING; ?></h3>
47 <p><?php echo TXT_POST_SETTING_DESC; ?></p>
48 <table class="form-table">
49 <tbody>
50 <tr valign="top">
51 <th scope="row"><?php echo TXT_HIDE_POST; ?></th>
52 <td>
53 <label for="uam_hide_post_yes">
54 <input type="radio" id="uam_hide_post_yes" class="uam_hide_post" name="uam_hide_post" value="true" <?php
55 if ($uamOptions['hide_post'] == "true") {
56 echo 'checked="checked"';
57 }
58 ?> />
59 <?php echo TXT_YES; ?>
60 </label>&nbsp;&nbsp;&nbsp;&nbsp;
61 <label for="uam_hide_post_no">
62 <input type="radio" id="uam_hide_post_no" class="uam_hide_post" name="uam_hide_post" value="false" <?php
63 if ($uamOptions['hide_post'] == "false") {
64 echo 'checked="checked"';
65 }
66 ?> />
67 <?php echo TXT_NO; ?>
68 </label> <br />
69 <?php echo TXT_HIDE_POST_DESC; ?>
70 </td>
71 </tr>
72 </tbody>
73 </table>
74 <table class="form-table" id="uam_post_settings">
75 <tbody>
76 <tr valign="top">
77 <th scope="row"><?php echo TXT_DISPLAY_POST_TITLE; ?></th>
78 <td>
79 <label for="uam_hide_post_title_yes">
80 <input type="radio" id="uam_hide_post_title_yes" name="uam_hide_post_title" value="true" <?php
81 if ($uamOptions['hide_post_title'] == "true") {
82 echo 'checked="checked"';
83 }
84 ?> />
85 <?php echo TXT_YES; ?>
86 </label>&nbsp;&nbsp;&nbsp;&nbsp;
87 <label for="uam_hide_post_title_no">
88 <input type="radio" id="uam_hide_post_title_no" name="uam_hide_post_title" value="false" <?php
89 if ($uamOptions['hide_post_title'] == "false") {
90 echo 'checked="checked"';
91 }
92 ?> />
93 <?php echo TXT_NO; ?>
94 </label> <br />
95 <?php echo TXT_DISPLAY_POST_TITLE_DESC; ?>
96 </td>
97 </tr>
98 <tr valign="top">
99 <th scope="row"><?php
100 echo TXT_POST_TITLE; ?></th>
101 <td>
102 <input name="uam_post_title" value="<?php echo $uamOptions['post_title']; ?>" /> <br />
103 <?php echo TXT_POST_TITLE_DESC; ?>
104 </td>
105 </tr>
106 <tr valign="top">
107 <th scope="row"><?php echo TXT_SHOW_POST_CONTENT_BEFORE_MORE; ?></th>
108 <td>
109 <label for="uam_show_post_content_before_more_yes">
110 <input type="radio" id="uam_show_post_content_before_more_yes" name="uam_show_post_content_before_more" value="true" <?php
111 if ($uamOptions['show_post_content_before_more'] == "true") {
112 echo 'checked="checked"';
113 }
114 ?> />
115 <?php echo TXT_YES; ?>
116 </label>&nbsp;&nbsp;&nbsp;&nbsp;
117 <label for="uam_show_post_content_before_more_no">
118 <input type="radio" id="uam_show_post_content_before_more_no" name="uam_show_post_content_before_more" value="false" <?php
119 if ($uamOptions['show_post_content_before_more'] == "false") {
120 echo 'checked="checked"';
121 }
122 ?> />
123 <?php echo TXT_NO; ?>
124 </label> <br />
125 <?php echo TXT_SHOW_POST_CONTENT_BEFORE_MORE_DESC; ?>
126 </td>
127 </tr>
128 <tr valign="top">
129 <th scope="row"><?php echo TXT_POST_CONTENT; ?></th>
130 <td>
131 <textarea name="uam_post_content" style="width: 80%; height: 100px;" cols="40" rows="10"><?php
132 echo apply_filters('format_to_edit', $uamOptions['post_content']);
133 ?></textarea> <br />
134 <?php echo TXT_POST_CONTENT_DESC; ?>
135 </td>
136 </tr>
137 <tr valign="top">
138 <th scope="row"><?php echo TXT_DISPLAY_POST_COMMENT; ?></th>
139 <td>
140 <label for="uam_hide_post_comment_yes">
141 <input id="uam_hide_post_comment_yes" type="radio" name="uam_hide_post_comment" value="true" <?php
142 if ($uamOptions['hide_post_comment'] == "true") {
143 echo 'checked="checked"';
144 }
145 ?> />
146 <?php echo TXT_YES; ?>
147 </label>&nbsp;&nbsp;&nbsp;&nbsp;
148 <label for="uam_hide_post_comment_no">
149 <input id="uam_hide_post_comment_no" type="radio" name="uam_hide_post_comment" value="false" <?php
150 if ($uamOptions['hide_post_comment'] == "false") {
151 echo 'checked="checked"';
152 }
153 ?> />
154 <?php echo TXT_NO; ?>
155 </label> <br />
156 <?php echo TXT_DISPLAY_POST_COMMENT_DESC; ?>
157 </td>
158 </tr>
159 <tr valign="top">
160 <th scope="row"><?php echo TXT_POST_COMMENT_CONTENT; ?></th>
161 <td>
162 <input name="uam_post_comment_content" value="<?php echo $uamOptions['post_comment_content']; ?>" /> <br />
163 <?php echo TXT_POST_COMMENT_CONTENT_DESC; ?>
164 </td>
165 </tr>
166 <tr valign="top">
167 <th scope="row"><?php echo TXT_POST_COMMENTS_LOCKED; ?></th>
168 <td>
169 <label for="uam_post_comments_locked_yes">
170 <input id="uam_post_comments_locked_yes" type="radio" name="uam_post_comments_locked" value="true" <?php
171 if ($uamOptions['post_comments_locked'] == "true") {
172 echo 'checked="checked"';
173 }
174 ?> />
175 <?php echo TXT_YES; ?>
176 </label>&nbsp;&nbsp;&nbsp;&nbsp;
177 <label for="uam_post_comments_locked_no">
178 <input id="uam_post_comments_locked_no" type="radio" name="uam_post_comments_locked" value="false" <?php
179 if ($uamOptions['post_comments_locked'] == "false") {
180 echo 'checked="checked"';
181 }
182 ?> />
183 <?php echo TXT_NO; ?>
184 </label> <br />
185 <?php echo TXT_POST_COMMENTS_LOCKED_DESC; ?>
186 </td>
187 </tr>
188 </tbody>
189 </table>
190 <h3><?php echo TXT_PAGE_SETTING; ?></h3>
191 <p><?php echo TXT_PAGE_SETTING_DESC; ?></p>
192 <table class="form-table">
193 <tbody>
194 <tr>
195 <th><?php echo TXT_HIDE_PAGE; ?></th>
196 <td>
197 <label for="uam_hide_page_yes">
198 <input type="radio" id="uam_hide_page_yes" class="uam_hide_page" name="uam_hide_page" value="true" <?php
199 if ($uamOptions['hide_page'] == "true") {
200 echo 'checked="checked"';
201 }
202 ?> />
203 <?php echo TXT_YES; ?>
204 </label>&nbsp;&nbsp;&nbsp;&nbsp;
205 <label for="uam_hide_page_no">
206 <input type="radio" id="uam_hide_page_no" class="uam_hide_page" name="uam_hide_page" value="false" <?php
207 if ($uamOptions['hide_page'] == "false") {
208 echo 'checked="checked"';
209 }
210 ?> />
211 <?php echo TXT_NO; ?>
212 </label> <br />
213 <?php echo TXT_HIDE_PAGE_DESC; ?>
214 </td>
215 </tr>
216 </tbody>
217 </table>
218 <table class="form-table" id="uam_page_settings">
219 <tbody>
220 <tr valign="top">
221 <th scope="row"><?php echo TXT_DISPLAY_PAGE_TITLE; ?></th>
222 <td>
223 <label for="uam_hide_page_title_yes">
224 <input type="radio" id="uam_hide_page_title_yes" name="uam_hide_page_title" value="true" <?php
225 if ($uamOptions['hide_page_title'] == "true") {
226 echo 'checked="checked"';
227 }
228 ?> />
229 <?php echo TXT_YES; ?>
230 </label>&nbsp;&nbsp;&nbsp;&nbsp;
231 <label for="uam_hide_page_title_no">
232 <input type="radio" id="uam_hide_page_title_no" name="uam_hide_page_title" value="false" <?php
233 if ($uamOptions['hide_page_title'] == "false") {
234 echo 'checked="checked"';
235 }
236 ?> />
237 <?php echo TXT_NO; ?>
238 </label> <br />
239 <?php echo TXT_DISPLAY_PAGE_TITLE_DESC; ?>
240 </td>
241 </tr>
242 <tr>
243 <th><?php echo TXT_PAGE_TITLE; ?></th>
244 <td>
245 <input name="uam_page_title" value="<?php echo $uamOptions['page_title']; ?>" /> <br />
246 <?php echo TXT_PAGE_TITLE_DESC; ?>
247 </td>
248 </tr>
249 <tr>
250 <th><?php echo TXT_PAGE_CONTENT; ?></th>
251 <td>
252 <textarea name="uam_page_content" style="width: 80%; height: 100px;" cols="40" rows="10" ><?php
253 echo apply_filters('format_to_edit', $uamOptions['page_content']);
254 ?></textarea>
255 <br />
256 <?php echo TXT_PAGE_CONTENT_DESC; ?>
257 </td>
258 </tr>
259 <tr valign="top">
260 <th scope="row"><?php echo TXT_DISPLAY_PAGE_COMMENT; ?></th>
261 <td>
262 <label for="uam_hide_page_comment_yes">
263 <input id="uam_hide_page_comment_yes" type="radio" name="uam_hide_page_comment" value="true" <?php
264 if ($uamOptions['hide_page_comment'] == "true") {
265 echo 'checked="checked"';
266 }
267 ?> />
268 <?php echo TXT_YES; ?>
269 </label>&nbsp;&nbsp;&nbsp;&nbsp;
270 <label for="uam_hide_page_comment_no">
271 <input id="uam_hide_page_comment_no" type="radio" name="uam_hide_page_comment" value="false" <?php
272 if ($uamOptions['hide_page_comment'] == "false") {
273 echo 'checked="checked"';
274 }
275 ?> />
276 <?php echo TXT_NO; ?>
277 </label> <br />
278 <?php echo TXT_DISPLAY_PAGE_COMMENT_DESC; ?>
279 </td>
280 </tr>
281 <tr valign="top">
282 <th scope="row"><?php echo TXT_PAGE_COMMENT_CONTENT; ?></th>
283 <td>
284 <input name="uam_page_comment_content" value="<?php echo $uamOptions['page_comment_content']; ?>" /> <br />
285 <?php echo TXT_PAGE_COMMENT_CONTENT_DESC; ?>
286 </td>
287 </tr>
288 <tr valign="top">
289 <th scope="row"><?php echo TXT_PAGE_COMMENTS_LOCKED; ?></th>
290 <td>
291 <label for="uam_page_comments_locked_yes">
292 <input id="uam_page_comments_locked_yes" type="radio" name="uam_page_comments_locked" value="true" <?php
293 if ($uamOptions['page_comments_locked'] == "true") {
294 echo 'checked="checked"';
295 }
296 ?> />
297 <?php echo TXT_YES; ?>
298 </label>&nbsp;&nbsp;&nbsp;&nbsp;
299 <label for="uam_page_comments_locked_no">
300 <input id="uam_page_comments_locked_no" type="radio" name="uam_page_comments_locked" value="false" <?php
301 if ($uamOptions['page_comments_locked'] == "false") {
302 echo 'checked="checked"';
303 }
304 ?> />
305 <?php echo TXT_NO; ?>
306 </label> <br />
307 <?php echo TXT_PAGE_COMMENTS_LOCKED_DESC; ?>
308 </td>
309 </tr>
310 </tbody>
311 </table>
312 <h3><?php echo TXT_FILE_SETTING; ?></h3>
313 <p><?php echo TXT_FILE_SETTING_DESC; ?></p>
314 <table class="form-table">
315 <tbody>
316 <tr>
317 <th><?php echo TXT_LOCK_FILE; ?></th>
318 <td>
319 <label for="uam_lock_file_yes">
320 <input type="radio" id="uam_lock_file_yes" class="uam_lock_file" name="uam_lock_file" value="true" <?php
321 if ($uamOptions['lock_file'] == "true") {
322 echo 'checked="checked"';
323 }
324 ?> />
325 <?php echo TXT_YES; ?>
326 </label>&nbsp;&nbsp;&nbsp;&nbsp;
327 <label for="uam_lock_file_no">
328 <input type="radio" id="uam_lock_file_no" class="uam_lock_file" name="uam_lock_file" value="false" <?php
329 if ($uamOptions['lock_file'] == "false") {
330 echo 'checked="checked"';
331 }
332 ?> />
333 <?php echo TXT_NO; ?>
334 </label> <br />
335 <?php echo TXT_LOCK_FILE_DESC; ?>
336 </td>
337 </tr>
338 </tbody>
339 </table>
340 <table class="form-table" id="uam_file_settings">
341 <tbody>
342 <?php
343 $permaStruc = get_option('permalink_structure');
344
345 if (empty($permaStruc)) {
346 ?>
347 <tr>
348 <th><?php
349 echo TXT_DOWNLOAD_FILE_TYPE; ?></th>
350 <td>
351 <label for="uam_lock_file_types_all">
352 <input type="radio" id="uam_lock_file_types_all" name="uam_lock_file_types" value="all" <?php
353 if ($uamOptions['lock_file_types'] == "all") {
354 echo 'checked="checked"';
355 } ?> />
356 <?php echo TXT_ALL; ?>
357 </label>&nbsp;&nbsp;&nbsp;&nbsp;
358 <label for="uam_lock_file_types_selected">
359 <input type="radio" id="uam_lock_file_types_selected" name="uam_lock_file_types" value="selected" <?php
360 if ($uamOptions['lock_file_types'] == "selected") {
361 echo 'checked="checked"';
362 }
363 ?> />
364 <?php echo TXT_SELECTED_FILE_TYPES; ?>
365 </label>
366 <input name="uam_locked_file_types" value="<?php echo $uamOptions['locked_file_types']; ?>" />
367 <label for="uam_lock_file_types_not_selected">
368 <input type="radio" id="uam_lock_file_types_not_selected" name="uam_lock_file_types" value="not_selected" <?php
369 if ($uamOptions['lock_file_types'] == "not_selected") {
370 echo 'checked="checked"';
371 }
372 ?> />
373 <?php echo TXT_NOT_SELECTED_FILE_TYPES; ?>
374 </label>
375 <input name="uam_not_locked_file_types" value="<?php echo $uamOptions['not_locked_file_types']; ?>" /> <br />
376 <?php echo TXT_DOWNLOAD_FILE_TYPE_DESC; ?>
377 </td>
378 </tr>
379 <tr>
380 <th><?php echo TXT_FILE_PASS_TYPE; ?></th>
381 <td>
382 <label for="uam_file_pass_type_admin">
383 <input type="radio" id="uam_file_pass_type_admin" name="uam_file_pass_type" value="admin" <?php
384 if ($uamOptions['file_pass_type'] == "admin") {
385 echo 'checked="checked"';
386 }
387 ?> />
388 <?php echo TXT_CURRENT_LOGGEDIN_ADMIN_PASS; ?>
389 </label>&nbsp;&nbsp;&nbsp;&nbsp;
390 <label for="uam_file_pass_type_random">
391 <input type="radio" id="uam_file_pass_type_random" name="uam_file_pass_type" value="random" <?php
392 if ($uamOptions['file_pass_type'] == "random") {
393 echo 'checked="checked"';
394 }
395 ?> />
396 <?php echo TXT_RANDOM_PASS; ?>
397 </label> <br />
398 <?php echo TXT_FILE_PASS_TYPE_DESC; ?>
399 </td>
400 </tr>
401 <?php
402 }
403 ?>
404 <tr>
405 <th><?php echo TXT_DOWNLOAD_TYPE; ?></th>
406 <td>
407 <label for="uam_download_type_normal">
408 <input type="radio" id="uam_download_type_normal" name="uam_download_type" value="normal" <?php
409 if ($uamOptions['download_type'] == "normal") {
410 echo 'checked="checked"';
411 }
412 ?> />
413 <?php echo TXT_NORMAL; ?>
414 </label>&nbsp;&nbsp;&nbsp;&nbsp;
415 <label for="uam_download_type_fopen">
416 <input type="radio" id="uam_download_type_fopen" name="uam_download_type" value="fopen" <?php
417 if ($uamOptions['download_type'] == "fopen") {
418 echo 'checked="checked"';
419 }
420 ?> />
421 <?php echo TXT_FOPEN; ?>
422 </label> <br />
423 <?php echo TXT_DOWNLOAD_TYPE_DESC; ?>
424 </td>
425 </tr>
426 </tbody>
427 </table>
428 <h3><?php echo TXT_AUTHOR_SETTING; ?></h3>
429 <p><?php echo TXT_AUTHOR_SETTING_DESC; ?></p>
430 <table class="form-table">
431 <tbody>
432 <tr>
433 <th><?php echo TXT_AUTHORS_HAS_ACCESS_TO_OWN; ?></th>
434 <td>
435 <label for="uam_authors_has_access_to_own_yes">
436 <input type="radio" id="uam_authors_has_access_to_own_yes" name="uam_authors_has_access_to_own" value="true" <?php
437 if ($uamOptions['authors_has_access_to_own'] == "true") {
438 echo 'checked="checked"';
439 }
440 ?> />
441 <?php echo TXT_YES; ?>
442 </label>&nbsp;&nbsp;&nbsp;&nbsp;
443 <label for="uam_authors_has_access_to_own_no">
444 <input type="radio" id="uam_authors_has_access_to_own_no" name="uam_authors_has_access_to_own" value="false" <?php
445 if ($uamOptions['authors_has_access_to_own'] == "false") {
446 echo 'checked="checked"';
447 }
448 ?> />
449 <?php echo TXT_NO; ?>
450 </label> <br />
451 <?php echo TXT_AUTHORS_HAS_ACCESS_TO_OWN_DESC; ?></td>
452 </tr>
453 <tr>
454 <th><?php echo TXT_AUTHORS_CAN_ADD_POSTS_TO_GROUPS; ?></th>
455 <td>
456 <label for="uam_authors_can_add_posts_to_groups_yes">
457 <input type="radio" id="uam_authors_can_add_posts_to_groups_yes" name="uam_authors_can_add_posts_to_groups" value="true" <?php
458 if ($uamOptions['authors_can_add_posts_to_groups'] == "true") {
459 echo 'checked="checked"';
460 }
461 ?> />
462 <?php echo TXT_YES; ?>
463 </label>&nbsp;&nbsp;&nbsp;&nbsp;
464 <label for="uam_authors_can_add_posts_to_groups_no">
465 <input type="radio" id="uam_authors_can_add_posts_to_groups_no" name="uam_authors_can_add_posts_to_groups" value="false" <?php
466 if ($uamOptions['authors_can_add_posts_to_groups'] == "false") {
467 echo 'checked="checked"';
468 }
469 ?> />
470 <?php echo TXT_NO; ?>
471 </label> <br />
472 <?php echo TXT_AUTHORS_CAN_ADD_POSTS_TO_GROUPS_DESC; ?></td>
473 </tr>
474 <tr>
475 <th><?php echo TXT_FULL_ACCESS_ROLE; ?></th>
476 <td>
477 <select name="uam_full_access_role">
478 <option value="administrator" <?php
479 if ($uamOptions['full_access_role'] == "administrator") {
480 echo 'selected="selected"';
481 }
482 ?>><?php echo TXT_ADMINISTRATOR; ?></option>
483 <option value="editor" <?php
484 if ($uamOptions['full_access_role'] == "editor") {
485 echo 'selected="selected"';
486 }
487 ?>><?php echo TXT_EDITOR; ?></option>
488 <option value="author" <?php
489 if ($uamOptions['full_access_role'] == "author") {
490 echo 'selected="selected"';
491 }
492 ?>><?php echo TXT_AUTHOR; ?></option>
493 <option value="contributor" <?php
494 if ($uamOptions['full_access_role'] == "contributor") {
495 echo 'selected="selected"';
496 }
497 ?>><?php echo TXT_CONTRIBUTOR; ?></option>
498 <option value="subscriber" <?php
499 if ($uamOptions['full_access_role'] == "subscriber") {
500 echo 'selected="selected"';
501 }
502 ?>><?php echo TXT_SUBSCRIBER; ?></option>
503 </select><br />
504 <?php echo TXT_FULL_ACCESS_ROLE_DESC; ?>
505 </td>
506 </tr>
507 </tbody>
508 </table>
509 <h3><?php echo TXT_OTHER_SETTING; ?></h3>
510 <p><?php echo TXT_OTHER_SETTING_DESC; ?></p>
511 <table class="form-table">
512 <tbody>
513 <tr>
514 <th><?php echo TXT_PROTECT_FEED; ?></th>
515 <td>
516 <label for="uam_protect_feed_yes">
517 <input type="radio" id="uam_protect_feed_yes" name="uam_protect_feed" value="true" <?php
518 if ($uamOptions['protect_feed'] == "true") {
519 echo 'checked="checked"';
520 }
521 ?> />
522 <?php echo TXT_YES; ?>
523 </label>&nbsp;&nbsp;&nbsp;&nbsp;
524 <label for="uam_protect_feed_no">
525 <input type="radio" id="uam_protect_feed_no" name="uam_protect_feed" value="false" <?php
526 if ($uamOptions['protect_feed'] == "false") {
527 echo 'checked="checked"';
528 }
529 ?> />
530 <?php echo TXT_NO; ?>
531 </label> <br />
532 <?php echo TXT_PROTECT_FEED_DESC; ?>
533 </td>
534 </tr>
535 <tr>
536 <th><?php echo TXT_HIDE_EMPTY_CATEGORIES; ?></th>
537 <td>
538 <label for="uam_hide_empty_categories_yes">
539 <input type="radio" id="uam_hide_empty_categories_yes" name="uam_hide_empty_categories" value="true" <?php
540 if ($uamOptions['hide_empty_categories'] == "true") {
541 echo 'checked="checked"';
542 }
543 ?> />
544 <?php echo TXT_YES; ?>
545 </label>&nbsp;&nbsp;&nbsp;&nbsp;
546 <label for="uam_hide_empty_categories_no">
547 <input type="radio" id="uam_hide_empty_categories_no" name="uam_hide_empty_categories" value="false" <?php
548 if ($uamOptions['hide_empty_categories'] == "false") {
549 echo 'checked="checked"';
550 }
551 ?> />
552 <?php echo TXT_NO; ?>
553 </label> <br />
554 <?php echo TXT_HIDE_EMPTY_CATEGORIES_DESC; ?>
555 </td>
556 </tr>
557 <tr>
558 <th><?php echo TXT_REDIRECT; ?></th>
559 <td>
560 <label for="uam_redirect_no">
561 <input type="radio" id="uam_redirect_no" name="uam_redirect" value="false" <?php
562 if ($uamOptions['redirect'] == "false") {
563 echo 'checked="checked"';
564 }
565 ?> />
566 <?php echo TXT_NO; ?>
567 </label>&nbsp;&nbsp;&nbsp;&nbsp;
568 <label for="uam_redirect_blog">
569 <input type="radio" id="uam_redirect_blog" name="uam_redirect" value="blog" <?php
570 if ($uamOptions['redirect'] == "blog") {
571 echo 'checked="checked"';
572 }
573 ?> />
574 <?php echo TXT_REDIRECT_TO_BOLG; ?>
575 </label>&nbsp;&nbsp;&nbsp;&nbsp;
576 <label for="uam_redirect_custom_page">
577 <input type="radio" id="uam_redirect_custom_page" name="uam_redirect" value="custom_page" <?php
578 if ($uamOptions['redirect'] == "custom_page") {
579 echo 'checked="checked"';
580 }
581 ?> />
582 <?php echo TXT_REDIRECT_TO_PAGE; ?>
583 </label>
584 <select name="uam_redirect_custom_page">
585 <?php
586 $pages = get_pages('sort_column=menu_order');
587 if (isset($pages)) {
588 foreach ($pages as $page) {
589 echo '<option value="' . $page->ID.'"';
590 if ($uamOptions['redirect_custom_page'] == $page->ID) {
591 echo ' selected="selected"';
592 }
593 echo '>' . $page->post_title . '</option>';
594 }
595 }
596 ?>
597 </select>&nbsp;&nbsp;&nbsp;&nbsp;
598 <label for="uam_redirect_custom_url">
599 <input type="radio" id="uam_redirect_custom_url" name="uam_redirect" value="custom_url" <?php
600 if ($uamOptions['redirect'] == "custom_url") {
601 echo 'checked="checked"';
602 }
603 ?> />
604 <?php echo TXT_REDIRECT_TO_URL; ?>
605 </label>
606 <input name="uam_redirect_custom_url" value="<?php echo $uamOptions['redirect_custom_url']; ?>" /> <br />
607 <?php echo TXT_REDIRECT_DESC; ?>
608 </td>
609 </tr>
610 <tr>
611 <th><?php echo TXT_LOCK_RECURSIVE; ?></th>
612 <td>
613 <label for="uam_lock_recursive_yes">
614 <input type="radio" id="uam_lock_recursive_yes" name="uam_lock_recursive" value="true" <?php
615 if ($uamOptions['lock_recursive'] == "true") {
616 echo 'checked="checked"';
617 }
618 ?> />
619 <?php echo TXT_YES; ?>
620 </label>&nbsp;&nbsp;&nbsp;&nbsp;
621 <label for="uam_lock_recursive_no">
622 <input type="radio" id="uam_lock_recursive_no" name="uam_lock_recursive" value="false" <?php
623 if ($uamOptions['lock_recursive'] == "false") {
624 echo 'checked="checked"';
625 }
626 ?> />
627 <?php echo TXT_NO; ?>
628 </label> <br />
629 <?php echo TXT_LOCK_RECURSIVE_DESC; ?></td>
630 </tr>
631 <tr>
632 <th><?php echo TXT_BLOG_ADMIN_HINT; ?></th>
633 <td>
634 <label for="uam_blog_admin_hint_yes">
635 <input type="radio" id="uam_blog_admin_hint_yes" name="uam_blog_admin_hint" value="true" <?php
636 if ($uamOptions['blog_admin_hint'] == "true") {
637 echo 'checked="checked"';
638 }
639 ?> />
640 <?php echo TXT_YES; ?>
641 </label>&nbsp;&nbsp;&nbsp;&nbsp;
642 <label for="uam_blog_admin_hint_no">
643 <input type="radio" id="uam_blog_admin_hint_no" name="uam_blog_admin_hint" value="false" <?php
644 if ($uamOptions['blog_admin_hint'] == "false") {
645 echo 'checked="checked"';
646 }
647 ?> />
648 <?php echo TXT_NO; ?>
649 </label> <br />
650 <?php echo TXT_BLOG_ADMIN_HINT_DESC; ?>
651 </td>
652 </tr>
653 <tr>
654 <th><?php echo TXT_BLOG_ADMIN_HINT_TEXT; ?></th>
655 <td>
656 <input name="uam_blog_admin_hint_text" value="<?php echo $uamOptions['blog_admin_hint_text']; ?>" /> <br />
657 <?php echo TXT_BLOG_ADMIN_HINT_TEXT_DESC; ?>
658 </td>
659 </tr>
660 </tbody>
661 </table>
662 <div class="submit">
663 <input type="submit" name="update_uam_settings" value="<?php echo TXT_UPDATE_SETTING; ?>" />
664 </div>
665 </form>
666 </div>