Jump to content

Module 1.6 make new


nicetimes

Recommended Posts

How add img from root directory folder

            $html .= '
        <h2>'.$this->displayName.'</h2>
        <form action="'.$_SERVER['REQUEST_URI'].'" method="post">
            <fieldset>
            <legend>Custom colors:</legend>
                <p><label for="color_picker_1">'.$this->l('Color').' :</label>

for example.

it is style changer

I need to make a choice layouta by clicking on the picture.

And:

<h2>'.$this->displayName.'</h2>
        <form action="'.$_SERVER['REQUEST_URI'].'" method="post">
            <fieldset>
            <legend>Custom colors:</legend>
                <p><label for="color_picker_1">'.$this->l('Color').':</label>
                <input id="colorpickerCelect" name="color_picker_1" type="text" size="40" value="'.Configuration::get('color_picker_1').'">
                
            </fieldset>

This is color changer.

How make checkbox changer?

Edited by nicetimes (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...