help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

J3+Styling - Backend - Event view

Re: J3+Styling - Backend - Event view

9 years 2 months ago - 9 years 2 months ago
#20680
@Jojo didn't notice your edit but no am not seeing the problem.
uhm, did see a difference in the code.

In jem 2.1.5 the image field is like
Code:
<fieldset class="panelform"> <ul class="adminformlist"> <li><?php echo $this->form->getLabel('datimage'); ?> <?php echo $this->form->getInput('datimage'); ?> </li> </ul> </fieldset>

but in your file it's like
Code:
<fieldset class="form-vertical"> <?php echo $this->form->renderField('datimage'); ?> </fieldset>
doing so will give a bit different code but can't tell right now if that's the problem. Maybe the css is messing with it.
Last edit: 9 years 2 months ago by Bluefox.

Please Log in or Create an account to join the conversation.

Re: J3+Styling - Backend - Event view

9 years 2 months ago
#20683
thanks, yes with that it's ok.
It's because, I tried to replace all ul with divs. But it seems here, it's better to let it!

Please Log in or Create an account to join the conversation.

Time to create page: 0.482 seconds