CC-1724:Phone home statistic
- Fixed the bug where it didn't populate country dropdown box This was due to default sql not popuplate country table correctly - Changed 180*180 min log text to 200*200 - Changed text are size in support settings - Client now sends base64encoded image to server.
This commit is contained in:
parent
2fb721167c
commit
dd4ea127fc
5 changed files with 251 additions and 250 deletions
|
@ -116,7 +116,7 @@
|
|||
<?php }?>
|
||||
<dd id="Logo-element" class="block-display clearfix">
|
||||
<?php echo $this->element->getElement('Logo') ?>
|
||||
<div class="info-text"><p>Min. size: 180x180 Max. size: 600x600</p></div>
|
||||
<div class="info-text"><p>Min. size: 200x200 Max. size: 600x600</p></div>
|
||||
<?php if($this->element->getElement('Logo')->hasErrors()) : ?>
|
||||
<ul class='errors'>
|
||||
<?php foreach($this->element->getElement('Logo')->getMessages() as $error): ?>
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
<?php }?>
|
||||
|
||||
<?php echo $this->element->getElement('Logo') ?>
|
||||
<p class="info-text">Min. size: 180x180 Max. size: 600x600</p>
|
||||
<p class="info-text">Min. size: 200x200 Max. size: 600x600</p>
|
||||
<?php if($this->element->getElement('Logo')->hasErrors()) : ?>
|
||||
<ul class='errors'>
|
||||
<?php foreach($this->element->getElement('Logo')->getMessages() as $error): ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue