mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Contacts: QR code logo png file moved to theme folders, instead of /app/contacts/
This commit is contained in:
@@ -242,9 +242,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo " radius: 0.2, ";
|
||||
echo " quiet: 6, ";
|
||||
echo " background: '#fff', ";
|
||||
echo " label: 'FusionPBX', ";
|
||||
echo " fontname: 'san-serif', ";
|
||||
echo " fontcolor: '#000', ";
|
||||
echo " mode: 4, ";
|
||||
echo " mSize: 0.2, ";
|
||||
echo " mPosX: 0.5, ";
|
||||
@@ -255,7 +252,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo " });";
|
||||
echo " });";
|
||||
echo "</script>";
|
||||
echo "<img id='img-buffer' src='qr_code_logo.png' style='display: none;'>";
|
||||
echo "<img id='img-buffer' src='".PROJECT_PATH."/themes/".$_SESSION["domain"]["template"]["name"]."/images/qr_code.png' style='display: none;'>";
|
||||
|
||||
//show the content
|
||||
echo "<div align='center'>";
|
||||
|
||||
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
BIN
themes/classic/images/qr_code.png
Normal file
BIN
themes/classic/images/qr_code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
BIN
themes/default/images/qr_code.png
Normal file
BIN
themes/default/images/qr_code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
BIN
themes/enhanced/images/qr_code.png
Normal file
BIN
themes/enhanced/images/qr_code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
Reference in New Issue
Block a user