Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory
Commits
d766f000
Commit
d766f000
authored
13 years ago
by
Benoit Mortier
Browse files
Options
Download
Patches
Plain Diff
adding doxygen doc
parent
f0b8db9d
dev
6342-update-the-locales-for-1-5
6344-template-issue-when-creating-a-template-with-empty-password-error-message-should-not-be-seen
6365-core-locking-mechanism-is-not-changing-the-mail-ressource-it-does-lock-the-mail-account
6365-core-when-lock-mechanism-is-trigger-the-user-should-not-be-editable-if-not-unlock
6378-orcid-test-method-is-wrong-and-break-orcid-saving
core-php8
master
fusiondirectory-1.5
fusiondirectory-1.4
fusiondirectory-1.3.1
fusiondirectory-1.3
fusiondirectory-1.2.3
fusiondirectory-1.2.2
fusiondirectory-1.2.1
fusiondirectory-1.2
fusiondirectory-1.1.1
fusiondirectory-1.1
fusiondirectory-1.0.20
fusiondirectory-1.0.19
fusiondirectory-1.0.18
fusiondirectory-1.0.17
fusiondirectory-1.0.16
fusiondirectory-1.0.15
fusiondirectory-1.0.14
fusiondirectory-1.0.13
fusiondirectory-1.0.12
fusiondirectory-1.0.11
fusiondirectory-1.0.10
fusiondirectory-1.0.9.3
fusiondirectory-1.0.9.2
fusiondirectory-1.0.9.1
fusiondirectory-1.0.9
fusiondirectory-1.0.8.9
fusiondirectory-1.0.8.8
fusiondirectory-1.0.8.7
fusiondirectory-1.0.8.6
fusiondirectory-1.0.8.5
fusiondirectory-1.0.8.4
fusiondirectory-1.0.8.3
fusiondirectory-1.0.8.2
fusiondirectory-1.0.8.1
fusiondirectory-1.0.8
fusiondirectory-1.0.7.5
fusiondirectory-1.0.7.4
fusiondirectory-1.0.7.3
fusiondirectory-1.0.7.2
fusiondirectory-1.0.7.1
fusiondirectory-1.0.7
fusiondirectory-1.0.6
fusiondirectory-1.0.5
fusiondirectory-1.0.4
fusiondirectory-1.0.3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/class_tabs.inc
+22
-15
include/class_tabs.inc
with
22 additions
and
15 deletions
+22
-15
include/class_tabs.inc
+
22
−
15
View file @
d766f000
...
...
@@ -89,7 +89,8 @@ class tabs
/*! \brief Reinitializes the tab classes with fresh ldap values.
This maybe usefull if for example the apply button was pressed.
*
* This maybe usefull if for example the apply button was pressed.
*/
function
re_init
()
{
...
...
@@ -109,7 +110,9 @@ class tabs
}
}
/*! \brief Save the tab(s) contents
*
*/
function
execute
()
{
/* Ensure that the currently selected tab is valid. */
...
...
@@ -138,7 +141,7 @@ class tabs
$display
.
=
"<tr><td>
\n
"
;
/* If multiple edit is enabled for this tab,
we have t
h
o display different templates */
we have to display different templates */
if
(
!
$this
->
multiple_support_active
){
$display
.
=
$this
->
by_object
[
$this
->
current
]
->
execute
();
}
else
{
...
...
@@ -156,6 +159,7 @@ class tabs
return
(
$display
);
}
function
save_object
(
$save_current
=
FALSE
)
{
/* Save last tab */
...
...
@@ -358,9 +362,9 @@ class tabs
}
}
/* Save attributes posted by copy & paste dialog
*/
/*! \brief Save attributes posted by copy & paste dialog
*
*/
function
saveCopyDialog
()
{
foreach
(
$this
->
by_object
as
&
$obj
){
...
...
@@ -370,8 +374,8 @@ class tabs
}
}
/* return copy & paste dialog
/*! \brief Return copy & paste dialog
*
*/
function
getCopyDialog
()
{
...
...
@@ -425,9 +429,10 @@ class tabs
}
/*! \brief Checks if one of the used tab plugins supports multiple edit.
@param boolean Returns TRUE if at least one plugins supports multiple edit.
*/
/*! \brief Checks if one of the used tab plugins supports multiple edit.
*
* \return boolean Returns TRUE if at least one plugins supports multiple edit.
*/
function
multiple_support_available
()
{
foreach
(
$this
->
by_object
as
$name
=>
$obj
){
...
...
@@ -439,10 +444,12 @@ class tabs
}
/*! \brief Enables multiple edit support for the given tab.
All unsupported plugins will be disabled.
@param boolean Returns TRUE if at least one plugin supports multiple edit
*/
/*! \brief Enables multiple edit support for the given tab.
*
* All unsupported plugins will be disabled.
*
* \return boolean Returns TRUE if at least one plugin supports multiple edit
*/
function
enable_multiple_support
()
{
if
(
!
$this
->
multiple_support_available
()){
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets