From 95e9901e3320b8b481329c60310439a00c993bac Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Aug 2020 08:32:18 -0600 Subject: [PATCH] Change the conference edit title. --- app/conferences/conference_edit.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app/conferences/conference_edit.php b/app/conferences/conference_edit.php index e01f704122..e7ebc033d7 100644 --- a/app/conferences/conference_edit.php +++ b/app/conferences/conference_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2018 + Portions created by the Initial Developer are Copyright (C) 2008-2020 the Initial Developer. All Rights Reserved. Contributor(s): @@ -321,12 +321,7 @@ echo "
\n"; echo "
"; - if ($action == "add") { - echo "".$text['label-conference-add'].""; - } - if ($action == "update") { - echo "".$text['label-conference-edit'].""; - } + echo " ".$text['title-conference'].""; echo "
\n"; echo "
\n"; echo button::create(['type'=>'button','label'=>$text['button-back'],'icon'=>$_SESSION['theme']['button_icon_back'],'id'=>'btn_back','style'=>'margin-right: 15px;','link'=>'conferences.php']);