mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-20 23:42:14 +00:00
Initial Side Menu Integration (Still in Development)
This commit is contained in:
@@ -481,6 +481,26 @@ $text['label-fixed']['ru-ru'] = "Фиксированный";
|
||||
$text['label-fixed']['sv-se'] = "Fast";
|
||||
$text['label-fixed']['uk-ua'] = "фіксований";
|
||||
|
||||
$text['label-side']['en-us'] = "Side";
|
||||
$text['label-side']['ar-eg'] = "";
|
||||
$text['label-side']['de-at'] = "";
|
||||
$text['label-side']['de-ch'] = "";
|
||||
$text['label-side']['de-de'] = "";
|
||||
$text['label-side']['es-cl'] = "";
|
||||
$text['label-side']['es-mx'] = "";
|
||||
$text['label-side']['fr-ca'] = "";
|
||||
$text['label-side']['fr-fr'] = "";
|
||||
$text['label-side']['he-il'] = "";
|
||||
$text['label-side']['it-it'] = "";
|
||||
$text['label-side']['nl-nl'] = "";
|
||||
$text['label-side']['pl-pl'] = "";
|
||||
$text['label-side']['pt-br'] = "";
|
||||
$text['label-side']['pt-pt'] = "";
|
||||
$text['label-side']['ro-ro'] = "";
|
||||
$text['label-side']['ru-ru'] = "";
|
||||
$text['label-side']['sv-se'] = "";
|
||||
$text['label-side']['uk-ua'] = "";
|
||||
|
||||
$text['label-fine']['en-us'] = "Fine";
|
||||
$text['label-fine']['ar-eg'] = "";
|
||||
$text['label-fine']['de-at'] = "Fein"; //copied from de-de
|
||||
|
||||
@@ -542,6 +542,7 @@
|
||||
echo " <option value='fixed' ".(($default_setting_value == "fixed") ? "selected='selected'" : null).">".$text['label-fixed']."</option>\n";
|
||||
echo " <option value='static' ".(($default_setting_value == "static") ? "selected='selected'" : null).">".$text['label-static']."</option>\n";
|
||||
echo " <option value='inline' ".(($default_setting_value == "inline") ? "selected='selected'" : null).">".$text['label-inline']."</option>\n";
|
||||
echo " <option value='side' ".(($default_setting_value == "side") ? "selected='selected'" : null).">".$text['label-side']."</option>\n";
|
||||
echo " </select>\n";
|
||||
}
|
||||
elseif ($category == "theme" && $subcategory == "menu_position" && $name == "text" ) {
|
||||
|
||||
Reference in New Issue
Block a user