1.0.1
- Fixed issues reported by Miri4ever - Removed all MySQL specific SQL - Better language management - Minor code cleanup
This commit is contained in:
parent
1e062a4aa0
commit
f21720b139
9 changed files with 84 additions and 43 deletions
privet/ailabs/styles/prosilver/template
|
@ -1,6 +1,6 @@
|
|||
{% if postrow.U_AILABS %}
|
||||
<div id="ailabs-post-{{ postrow.POST_ID }}" class="ailabs">
|
||||
<span>AI </span>
|
||||
<span>{{ lang('L_AILABS_AI') }} </span>
|
||||
{% if postrow.U_AILABS_VIEW_LOG %}
|
||||
<a href="{{ postrow.U_AILABS_VIEW_LOG }}" onclick="ailabs_view_log(this.href);return false;"><i
|
||||
class="icon tpr-font fa-external-link fa-fw"></i></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue