Skip to content
Snippets Groups Projects
Commit 3f33191f authored by Satish's avatar Satish
Browse files

Fixes #551 - vt7: Extension banner show also 6.x extension

parent 14622c9b
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
<tr>
<td rowspan="2"><img src="{vimage_path("denied.gif")}" style="margin: 10px;"></td>
<td width="80%" style="border-bottom: 1px solid rgb(204, 204, 204);">
<span class="genHeaderSmall"><b>{vtranslate($EXTENSION_LABEL, $QUALIFIED_MODULE)}</b> {vtranslate('LBL_EXTENSION_NOT_COMPATABLE', $QUALIFIED_MODULE)}</span>
<span class="genHeaderSmall"><b>{vtranslate($EXTENSION_LABEL, $QUALIFIED_MODULE)}</b> {ucfirst(strtolower(vtranslate('LBL_EXTENSION_NOT_COMPATABLE', $QUALIFIED_MODULE)))}</span>
</td>
</tr>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment