@@ -110,18 +110,18 @@ |
||
110 | 110 | foreach ($proposed_answers as $proposed_answer) { |
111 | 111 | if (_SF_STATUS_NEW_ANSWER == $faqObj->status()) { |
112 | 112 | $merge = "<a href='faq.php?op=merge&faqid=" |
113 | - . $faqObj->faqid() |
|
114 | - . '&answerid=' |
|
115 | - . $proposed_answer->answerid() |
|
116 | - . "'><img src='" |
|
117 | - . XOOPS_URL |
|
118 | - . '/modules/' |
|
119 | - . $xoopsModule->dirname() |
|
120 | - . "/assets/images/icon/merge.gif' title='" |
|
121 | - . _AM_SF_FAQ_MERGE |
|
122 | - . "' alt='" |
|
123 | - . _AM_SF_FAQ_MERGE |
|
124 | - . "'></a> "; |
|
113 | + . $faqObj->faqid() |
|
114 | + . '&answerid=' |
|
115 | + . $proposed_answer->answerid() |
|
116 | + . "'><img src='" |
|
117 | + . XOOPS_URL |
|
118 | + . '/modules/' |
|
119 | + . $xoopsModule->dirname() |
|
120 | + . "/assets/images/icon/merge.gif' title='" |
|
121 | + . _AM_SF_FAQ_MERGE |
|
122 | + . "' alt='" |
|
123 | + . _AM_SF_FAQ_MERGE |
|
124 | + . "'></a> "; |
|
125 | 125 | $approve = "<a href='answer.php?op=selectanswer&faqid=" . $faqid . '&answerid=' . $proposed_answer->answerid() . "'><img src='" . $pathIcon16 . '/on.png' . "' title='" . _AM_SF_FAQ_APPROVE_NEW_ANSWER . "' alt='" . _AM_SF_APPROVESUB . "'></a>"; |
126 | 126 | } |
127 | 127 | $modify = "<a href='faq.php?op=mod&faqid=" . $faqObj->faqid() . '&answerid=' . $proposed_answer->answerid() . "'><img src='" . $pathIcon16 . '/edit.png' . "' title='" . _AM_SF_FAQ_REVIEW . "' alt='" . _AM_SF_FAQ_REVIEW . "'></a> "; |