Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

[FIXED] Form layout a bit weird on J3 11 Jun 2013 20:57 #7433

the form layout "exploded" is generated by the j-cook builder in this way:
	<div class="control-group <?php echo($field->responsive)?>">
		<?php echo $field->label; ?>
	</div>	
	<div class="controls">
		<?php echo $field->input ?>
	</div>

this doesn't work very well, and the layout looks a bit weird.

to follow the other joomla standards on j3, it should be:
<div class="control-group" <?php echo($field->responsive)?>">
	<div class="control-label">
		<?php echo $field->label; ?>
	</div>
	<div class="controls">
		<?php echo $field->input ?>
	</div>
</div>

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

Re: Form layout a bit weird on J3 12 Jun 2013 03:06 #7436

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Fixed.

Better now ?
Coding is now a piece of cake
The following user(s) said Thank You: Tomaselli

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

Re: Form layout a bit weird on J3 12 Jun 2013 03:59 #7438

Much much better :-).
I'm playing around with the new mvc and the FORK feature is FANTASTIC!!! it's saving me a lot of time! you are doing a very good job!!

I'll keep on posting bugs found and ideas.
thanks for your work!
The following user(s) said Thank You: admin

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

  • Page:
  • 1
Time to create page: 0.082 seconds

The j-cook project is one of the best of its kind and it is nice that we all try to contribute in little ways to make life easy for each other.

vlemos (Forum)  

Get Started