-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_permissions.php
36 lines (28 loc) · 1.01 KB
/
config_permissions.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
/**
* @subpackage : Wordpress
* @author : Jonathon Byrd
* @copyright : All Rights Reserved, Byrd Inc. 2009
* @link : http://www.jonathonbyrd.com
*
* Jonathon Byrd is a freelance developer for hire. Jonathon has owned many companies and
* understands the importance of website credibility. Contact Jonathon Today.
*
*/
// Check to ensure this file is within the rest of the framework
defined('_EXEC') or die();
?>
<h2>Post and page access rights.</h2>
<?php /* ?>
<table width="90%">
<tr><td width="100%" colspan="2" style="background:#ccc;padding:5px;"><B>Role Display Name</B></td></tr>
<tr>
<td width="150"><label for="business">Paypal Email</label></td>
<td width="550"><input <?php $this->clicked( $this->pp_sandbox ); ?> id="pp_sandbox" name="pp_sandbox" type="checkbox" /></td>
</tr>
<tr>
<td><label for="accesscategories">Authorized Access</label></td>
<td><?php echo byrd_selectCategories( array('name' => 'accesscategories') ); ?></td>
</tr>
</table>
<?php */ ?>