Home
The Toolkit for Online Communities
13502 Community Members, 1 member online, 2147 visitors today
Log In Register

Forum OpenACS Q&A: How to switch a possition for a check box?

OpenACS Home : Forums : OpenACS Q&A : How to switch a possition for a check box?

Icon of Envelope Request notifications

+
Posted by Daniel D on
Hello All,

I do have this code:

{popup:text(checkbox)
    {label "Block Pop-Up Windows"} {options {{"" "t"}} {value $popup}}
}

Which results in this possitioning on page:

Block Pop-Up Windows <>

(where <> is a check box, and I am using ad_form function)

Is there a way how to revert possition to look like this?

<> Block Pop-Up Windows

Thank you for your time.

DanielD

+
Posted by Rocael Hernández Rizzardini on
changing the form template:
copy /packages/acs-templating/resources/forms/standars.adp to the same place with other name, lets say your_form_template.adp, and change it to your needs, then when you call in you .apd the form put src=your_form_template so it will use your new one.
+
Posted by Daniel D on
Hello Rocael,

Thank you for the advice.

Sincerely,

DanielD