Add control-group new class

  • Stefan Berke
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 11 months ago #98838 by Stefan Berke
Add control-group new class was created by Stefan Berke
I am currently looking for a way to add a wide class to the classes control group.

Is there a possibility? Where can I insert it? I would like to determine the appearance of the individual fields, especially important is that I get the whole responsive.

Many thanks for the help!

Here is a short excerpt from the source code, I have marked the classes around which it goes.

<form id="osm_login_form" class="form form-horizontal" method="post" action="/mitgliedsantrag/register-login" name="osm_login_form" autocomplete="off">
<h2 class="osm-heading">
<div class="control-group">
<div class="control-group">

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

More
7 years 11 months ago #98872 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Add control-group new class
If you want to modify the code of that section, please look at the file components\com_osmembership\register\tmpl\default_login.php and change it to meet your need

Regards,

Tuan

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

  • Stefan Berke
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 11 months ago - 7 years 11 months ago #99204 by Stefan Berke
Replied by Stefan Berke on topic Add control-group new class
I finally found time today to implement their tip. But I have only the following folders
- controller
- helper
Module
- plugin
- tcpdf
- views

The folder register I have not. Where could the error lie?

components\com_osmembership\VIEW\register\tmpl\default_login.php

There was a folder missing in the path
Last edit: 7 years 11 months ago by Stefan Berke.

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

More
7 years 11 months ago #99217 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Add control-group new class
Yes. The correct path is components\com_osmembership\view\register\tmpl\default_login.php as you figured out. Sorry for missing view from the path

Tuan

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