diff --git a/main/blog/blog.php b/main/blog/blog.php index 4046e6c856..140fbc5d29 100644 --- a/main/blog/blog.php +++ b/main/blog/blog.php @@ -302,44 +302,11 @@ Blog :: display_minimonthcalendar($month, $year, $blog_id); - - +
@@ -1236,9 +1236,7 @@ class Blog { '; // submit - echo '
- + echo '
@@ -1298,15 +1296,14 @@ class Blog { $oFCKeditor->ToolbarSet = 'Project'; } $oFCKeditor->Value = isset($_POST['post_full_text'])?stripslashes($_POST['post_full_text']):$blog_post_text; - echo '
'; + echo '
'; echo $oFCKeditor->Create(); echo '
'; // submit - echo '
-
-
-
+ echo '
+ +
@@ -1475,31 +1472,31 @@ class Blog { echo ''.get_lang('AddTask').''; // task title - echo '
-
+ echo '
+
-
+ +
'; // task comment - echo '
-
+ echo '
+
-
+ +
'; // task management - echo '
-
+ echo '
+
-
'; + +
'; echo "\t\t\t" . ''; echo "\t\t\t\t" . '' . "\n"; echo "\t\t\t\t\t" . '' . "\n"; @@ -1521,11 +1518,11 @@ class Blog { // task color - echo '
-
+ echo '
+
-
'; + +
'; echo ' @@ -1703,31 +1698,31 @@ class Blog { echo ''.get_lang('AssignTask').''; // user - echo '
-
+ echo '
+
-
+ +
'.$select_user_list.'
'; // task - echo '
-
+ echo '
+
-
+ +
'.$select_task_list.'
'; // date - echo '
-
+ echo '
+
-
'; + +
'; echo ' @@ -2360,36 +2355,34 @@ class Blog { $oFCKeditor->ToolbarSet = 'ProjectComment'; } $oFCKeditor->Value = isset($_POST['comment_text'])?stripslashes($_POST['comment_text']):''; - echo '
'; + echo '
'; echo $oFCKeditor->Create() ; echo '
'; // attachment - echo '
-
+ echo '
+
-
+ +
'; // attachment comment - echo '
-
+ echo '
+
-
+ +
'; // attachment comment - echo '
-
-
-
+ echo '
+
'; if(isset($_GET['task_id'])) diff --git a/main/permissions/permissions_functions.inc.php b/main/permissions/permissions_functions.inc.php index d41254d5de..761091f8bf 100644 --- a/main/permissions/permissions_functions.inc.php +++ b/main/permissions/permissions_functions.inc.php @@ -81,8 +81,8 @@ function store_one_permission($content, $action, $id, $tool,$permission) { //} // Which database are we using (depending on the $content parameter) - if($content=='user') - { + + if ($content=='user') { $table=Database::get_course_table(TABLE_PERMISSION_USER); $id_field = user_id; } @@ -101,8 +101,7 @@ function store_one_permission($content, $action, $id, $tool,$permission) { if($action=='grant') { $sql="INSERT INTO $table (c_id, $id_field,tool,action) VALUES ($course_id, '".Database::escape_string($id)."','".Database::escape_string($tool)."','".Database::escape_string($permission)."')"; $result=Database::query($sql); - if($result) - { + if($result) { $result_message=get_lang('PermissionGranted'); } } diff --git a/main/permissions/roles.php b/main/permissions/roles.php index 26ff53b669..208754b6da 100644 --- a/main/permissions/roles.php +++ b/main/permissions/roles.php @@ -12,9 +12,8 @@ require_once 'all_permissions.inc.php'; $tool_name = get_lang('Roles'); // title of the page (should come from the language file) Display::display_header($tool_name); -// =================================================== // ACTIONS -// =================================================== + // storing all the permission for a given role when the checkbox approach is used if ($_POST['StoreRolePermissions'])
' . get_lang('ArticleManager') . '