mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Changed map image size
Former-commit-id: 8e3757addb1c81bc4a5cdcff0fb45e396626d6b8
This commit is contained in:
parent
c682e5f326
commit
c942242652
@ -685,7 +685,7 @@ if (!defined('METACONSOLE')) {
|
|||||||
function print_map(map_unavailable){
|
function print_map(map_unavailable){
|
||||||
var img_src = "<?php echo ui_get_full_url('images/edit_user_map_not_available.jpg', false, false, false, false); ?>";
|
var img_src = "<?php echo ui_get_full_url('images/edit_user_map_not_available.jpg', false, false, false, false); ?>";
|
||||||
if(map_unavailable !== true){
|
if(map_unavailable !== true){
|
||||||
$("#zonepicker").append('<img src="'+img_src+'" alt="This map is not available" title="This map is not available" style="max-width:100%"/>').css('text-align','center');
|
$("#zonepicker").append('<img src="'+img_src+'" alt="This map is not available" title="This map is not available" style="max-width:100%; max-height: 270px;"/>').css('text-align','center');
|
||||||
}else{
|
}else{
|
||||||
var optionText = $("#timezone option:selected").val();
|
var optionText = $("#timezone option:selected").val();
|
||||||
$(function() {
|
$(function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user