52 $viewdef->setActive(
false);
59 $tpl->setCurrentBlock(
"SyntaxStyle");
61 $tpl->parseCurrentBlock();
63 $tpl->setCurrentBlock(
"ContentStyle");
65 $tpl->parseCurrentBlock();
75 $ilLocator = $DIC[
'ilLocator'];
78 $next_class = $this->ctrl->getNextClass($this);
82 $this->ctrl->setParameter($this,
"dclv", $viewdef->getId());
83 $title =
$lng->txt(
"dcl_view_viewdefinition");
86 switch ($next_class) {
87 case "ilpageobjectgui":
88 throw new ilCOPageException(
"Deprecated. ilDclDetailedViewDefinitionGUI gui forwarding to ilpageobject");
92 $ilLocator->addItem($title, $this->ctrl->getLinkTarget($this,
"preview"));
95 return parent::executeCommand();
106 $ilToolbar = $DIC[
'ilToolbar'];
112 $delete_button->setCaption(
'dcl_empty_detailed_view');
113 $delete_button->setUrl($this->ctrl->getLinkTarget($this,
'confirmDelete'));
114 $ilToolbar->addButtonInstance($delete_button);
118 $activation_button->setCaption(
'dcl_deactivate_view');
119 $activation_button->setUrl($this->ctrl->getLinkTarget($this,
'deactivate'));
121 $activation_button->setCaption(
'dcl_activate_view');
122 $activation_button->setUrl($this->ctrl->getLinkTarget($this,
'activate'));
125 $ilToolbar->addButtonInstance($activation_button);
127 $legend = $this->
getPageObject()->getAvailablePlaceholders();
128 if (
sizeof($legend)) {
130 "<span class=\"small\">" . $this->lng->txt(
"dcl_legend_placeholders") .
": " . implode(
" ", $legend)
136 return parent::showPage();
146 $page->setActive(
true);
148 $this->ctrl->redirect($this,
'edit');
158 $page->setActive(
false);
160 $this->ctrl->redirect($this,
'edit');
175 $conf->setFormAction(
$ilCtrl->getFormAction($this));
176 $conf->setHeaderText(
$lng->txt(
'dcl_confirm_delete_detailed_view_title'));
178 $conf->addItem(
'tableview', (
int) $this->tableview_id,
$lng->txt(
'dcl_confirm_delete_detailed_view_text'));
180 $conf->setConfirm(
$lng->txt(
'delete'),
'deleteView');
181 $conf->setCancel(
$lng->txt(
'cancel'),
'cancelDelete');
183 $tpl->setContent($conf->getHTML());
195 $ilCtrl->redirect($this,
"edit");
210 $pageObject->delete();
213 ilUtil::sendSuccess(
$lng->txt(
"dcl_empty_detailed_view_success"),
true);
216 $ilCtrl->redirectByClass(
"ilDclTableViewEditGUI",
"editGeneralSettings");
231 ilUtil::sendSuccess(
$lng->txt(
"cont_page_lock_released"),
true);
232 $ilCtrl->redirectByClass(
'ilDclTableViewGUI',
"show");
265 foreach ($allp as $item) {
266 $a_output = str_replace($item,
"<span style=\"color:green\">" . $item .
"</span>", $a_output);
static getContentStylePath($a_style_id, $add_random=true, $add_token=true)
get content style path
static _exists($a_parent_type, $a_id, $a_lang="", $a_no_cache=false)
Checks whether page exists.
confirmDelete()
confirmDelete
releasePageLock()
Release page lock overwrite to redirect properly.
getPageObject()
Get Page Object.
Class ilDclDetailedViewDefinitionGUI.
static _lookupObjectId($a_ref_id)
cancelDelete()
cancelDelete
setPrependingHtml($a_prependinghtml)
Set Prepending HTML.
executeCommand()
execute command
setPresentationTitle($a_title="")
static getSyntaxStylePath()
get syntax style path
__construct(Container $dic, ilPlugin $plugin)
__construct( $a_parent_type, $a_id, $a_old_nr=0, $a_prevent_get_id=false, $a_lang="")
Constructor.
showPage()
display content of page
postOutputProcessing($a_output)
Finalizing output processing.
Base exception class for copage service.
Confirmation screen class.
Class ilDclDetailedViewDefinition.