GraseHotspot / grase-www-portal

Grase WWW Portal (Main Package)
51 stars 20 forks source link

Future Request: Settings for Toggle Button in Portal Customization. #145

Open miklasz opened 8 years ago

miklasz commented 8 years ago

Hi, as new update will wipe out my settings in /usr/share/grase/www/uam/templates/portal.tpl

can we have option for Terms and Conditions - button in Portal Customization: drop down menu

# option1 - Terms and Conditions button - visibility - always ON

example option1 (visible in all resolution, terms and condition on button click): `


<button class="showLink visible btn btn-sm btn-block"
onclick="$('#tos').toggleClass('hidden')">{t}Show Terms and Conditions{/t}

    </div>`

# option2 - As it is now - Terms and Conditions button - visibility-XS

example option2: `

<button class="showLink visible-xs btn btn-sm btn-block" onclick="$('#tos').toggleClass('hidden-xs')">{t}Show Terms and Conditions{/t}

    </div>`