2010-09-30 Raúu Mateos <raulofpandora@gmail.com>
* godmode/users/*.php: Removed reference to gperfiles sec. * godmode/profiles/: Deleted no more used folder. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3324 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7f0cbb99ee
commit
a763f3f306
|
@ -1,3 +1,9 @@
|
|||
2010-09-30 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* godmode/users/*.php: Removed reference to gperfiles sec.
|
||||
|
||||
* godmode/profiles/: Deleted no more used folder.
|
||||
|
||||
2010-09-30 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* operation/menu.php: Changed sound_events.php page size.
|
||||
|
|
|
@ -189,7 +189,7 @@ if ($id_profile || $new_profile) {
|
|||
$table->data[10][0] = __('Pandora management');
|
||||
$table->data[10][1] = print_checkbox ('pandora_management', 1, $pandora_management, true);
|
||||
|
||||
echo '<form method="post" action="index.php?sec=gperfiles&sec2=godmode/users/configure_profile">';
|
||||
echo '<form method="post" action="index.php?sec=gusuarioss&sec2=godmode/users/configure_profile">';
|
||||
|
||||
print_table ($table);
|
||||
|
||||
|
|
|
@ -263,7 +263,7 @@ foreach ($profiles as $profile) {
|
|||
array_push ($table->data, $data);
|
||||
}
|
||||
|
||||
echo '<form method="post" action="index.php?sec=gperfiles&sec2=godmode/users/configure_profile">';
|
||||
echo '<form method="post" action="index.php?sec=gusuarios&sec2=godmode/users/configure_profile">';
|
||||
print_table ($table);
|
||||
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||
print_input_hidden ('new_profile', 1);
|
||||
|
|
Loading…
Reference in New Issue