Actions

Translations

General FAQ/13/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "In '''LimeSurvey Version 1.80 and above''' the red asterisk of mandatory questions is set within the template.css file ("asterisk" class). To hide it: *Open the template edito...")
 
No edit summary
Line 1: Line 1:
In '''LimeSurvey Version 1.80 and above''' the red asterisk of mandatory questions is set within the template.css file ("asterisk" class). To hide it:
In '''LimeSurvey wordt vanaf versie 1.80''' het rode sterretje bij verplichte vragen gezet in het bestand  template.css ("asterisk" class). Om het te verbergen:
*Open the template editor
*Open de sjabloon editor
*Create a copy of the template you wish to modify
*Maak een kopie van het sjabloon dat je wilt wijzigen
*Select the "template.css" file and search for the asterix class
*Selecteer het bestand  "template.css" en zoek naar de asterix class
*Add the following line at the end of the asterix class".asterisk {display: none;}".
*Voeg aan het einde van de  asterix class".asterisk {display: none;}" toe.
*Save template.css
*Bewaar template.css
*Clear your browser cache so that the edited template.css is reloaded and not taken from cache.
*Leeg de cache van je browser zodat het bestand opnieuw wordt geladen.

Revision as of 17:56, 29 May 2013

Message definition (General FAQ)
In LimeSurvey 2.x, the red asterisk of mandatory questions is set within the template.css file ("asterisk" class). To hide it:
*Open the template editor
*Create a copy of the template you wish to modify
*Select the "template.css" file and search for the asterix class
*Add the following line at the end of the asterix class".asterisk {display: none;}".
*Save template.css
*Clear your browser cache so that the edited template.css is reloaded and not taken from cache.

In LimeSurvey wordt vanaf versie 1.80 het rode sterretje bij verplichte vragen gezet in het bestand template.css ("asterisk" class). Om het te verbergen:

  • Open de sjabloon editor
  • Maak een kopie van het sjabloon dat je wilt wijzigen
  • Selecteer het bestand "template.css" en zoek naar de asterix class
  • Voeg aan het einde van de asterix class".asterisk {display: none;}" toe.
  • Bewaar template.css
  • Leeg de cache van je browser zodat het bestand opnieuw wordt geladen.