Actions

Translations

General FAQ/15/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "'''Earlier Versions''' *Open qanda.php in your text editor *Search for the string "asterisk" *Comment out this line with two slashes "//" at the beginning of the line *Example...")
 
No edit summary
 
Line 1: Line 1:
'''Earlier Versions'''
'''Oudere versies'''
*Open qanda.php in your text editor
*Open qanda.php in je text editor
*Search for the string "asterisk"
*Zoek naar "asterisk"
*Comment out this line with two slashes "//" at the beginning of the line
*Zet aan het begin van de regel twee schuine streepjes  "//"
*Example:
*Voorbeeld:
**original: $qtitle = '<span class=\'asterisk\'>'.$clang->gT('*').'</span>'.$qtitle;
**origineel: $qtitle = '<span class=\'asterisk\'>'.$clang->gT('*').'</span>'.$qtitle;
**modified: // $qtitle = '<span class=\'asterisk\'>'.$clang->gT('*').'</span>'.$qtitle;
**gewijzigd: // $qtitle = '<span class=\'asterisk\'>'.$clang->gT('*').'</span>'.$qtitle;

Latest revision as of 18:09, 29 May 2013

Oudere versies

  • Open qanda.php in je text editor
  • Zoek naar "asterisk"
  • Zet aan het begin van de regel twee schuine streepjes "//"
  • Voorbeeld:
    • origineel: $qtitle = ''.$clang->gT('*').''.$qtitle;
    • gewijzigd: // $qtitle = ''.$clang->gT('*').''.$qtitle;