Change the conference edit title.

This commit is contained in:
FusionPBX
2020-08-03 08:32:18 -06:00
committed by GitHub
parent 1956ff5f61
commit 95e9901e33

View File

@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
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 "<div class='action_bar' id='action_bar'>\n";
echo " <div class='heading'>";
if ($action == "add") {
echo "<b>".$text['label-conference-add']."</b>";
}
if ($action == "update") {
echo "<b>".$text['label-conference-edit']."</b>";
}
echo " <b>".$text['title-conference']."</b>";
echo " </div>\n";
echo " <div class='actions'>\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']);