File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1919 <td >
2020 <strong >{{ question .categoryName }}:</strong ><br >{{ question .question }}
2121 </td >
22- {% if isCloseQuestionEnabled %}
23- <td >
24- <a href =" ?action=faq& cat={{ question .categoryId }}& id={{ question .answerId }}" >
22+ {% if isCloseQuestionEnabled and question . answerId > 0 %}
23+ <td class = " text-end " >
24+ <a class = " btn btn-primary " href =" ?action=faq& cat={{ question .categoryId }}& id={{ question .answerId }}" >
2525 {{ msg2answerFAQ }}
2626 </a >
2727 </td >
Original file line number Diff line number Diff line change 5858];
5959
6060return $ templateVars ;
61+
Original file line number Diff line number Diff line change 10141014// added v2.8.0-alpha - 2012-01-13 by Peter
10151015$ LANG_CONF ['records.enableCloseQuestion ' ] = ['checkbox ' , "Offene Frage nach Beantwortung schließen? " ];
10161016$ LANG_CONF ['records.enableDeleteQuestion ' ] = ['checkbox ' , "Offene Frage nach Beantwortung löschen? " ];
1017- $ PMF_LANG ['msg2answerFAQ ' ] = "Answered " ;
1017+ $ PMF_LANG ['msg2answerFAQ ' ] = "Antwort " ;
10181018
10191019// added v2.8.0-alpha - 2012-01-16 by Thorsten
10201020$ PMF_LANG ['headerUserControlPanel ' ] = 'Persönlicher Bereich ' ;
You can’t perform that action at this time.
0 commit comments