mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 14:26:16 +01:00
Added translation tag for some elements
Added translation tag for some elements
This commit is contained in:
@@ -59,12 +59,12 @@
|
|||||||
<h2 style="display: inline; color: #414C59;" ng-bind="web.domain"></h2>
|
<h2 style="display: inline; color: #414C59;" ng-bind="web.domain"></h2>
|
||||||
</a>
|
</a>
|
||||||
<a target="_self" href="/filemanager/{$ web.domain $}" title="Open File Manager"> --
|
<a target="_self" href="/filemanager/{$ web.domain $}" title="Open File Manager"> --
|
||||||
File Manager</a>
|
{% trans "File Manager" %}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 content-box-header" style="text-transform: none;">
|
<div class="col-md-2 content-box-header" style="text-transform: none;">
|
||||||
<a href="/websites/{$ web.domain $}" target="_self" title="Manage Website">
|
<a href="/websites/{$ web.domain $}" target="_self" title="Manage Website">
|
||||||
<i class="p fa fa-external-link btn-icon"> </i>
|
<i class="p fa fa-external-link btn-icon"> </i>
|
||||||
<span>Manage</span>
|
<span>{% trans "Manage" %}</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
<i class="p fa fa-lock btn-icon text-muted" data-toggle="tooltip" data-placement="right"
|
<i class="p fa fa-lock btn-icon text-muted" data-toggle="tooltip" data-placement="right"
|
||||||
title="SSL"> </i>
|
title="SSL"> </i>
|
||||||
<span><a ng-click="issueSSL(web.domain)" href=""
|
<span><a ng-click="issueSSL(web.domain)" href=""
|
||||||
style="text-transform: none">Issue SSL</a></span>
|
style="text-transform: none">{% trans "Issue SSL" %}</a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|||||||
Reference in New Issue
Block a user