TT#103252 Add missing localization for Reseller->Branding page

Change-Id: Ib0b9740ef3decf773458f9334160ae5371838049
(cherry picked from commit 62cf532c8e)
mr9.5.4
Alexander Lutay 4 years ago
parent 8de7b9f2d6
commit 80e0734a04

@ -329,9 +329,9 @@
[% UNLESS c.user.read_only -%]
<span>
<a href="[% c.uri_for_action('/reseller/edit_branding_css', c.req.captures) %]" class="btn btn-large btn-primary"><i class="icon-edit"></i> Edit Branding</a>
<a href="[% c.uri_for_action('/reseller/edit_branding_css', c.req.captures) %]" class="btn btn-large btn-primary"><i class="icon-edit"></i>[% c.loc('Edit Branding') %]</a>
[% IF branding.logo -%]
<a href="[% c.uri_for_action('/reseller/delete_branding_logo', c.req.captures) %]" class="btn btn-large btn-primary"><i class="icon-trash"></i> Delete Logo</a>
<a href="[% c.uri_for_action('/reseller/delete_branding_logo', c.req.captures) %]" class="btn btn-large btn-primary"><i class="icon-trash"></i>[% c.loc('Delete Logo') %]</a>
[% END -%]
</span>
<div class="ngcp-separator"></div>
@ -351,11 +351,11 @@
</pre>
</p>
[% ELSE -%]
No logo uploaded.
[% c.loc('No logo uploaded.') %]
[% END -%]
<h3>Custom CSS</h3>
<h3>[% c.loc('Custom CSS') %]</h3>
<p>
<pre style="color:#000">
[% branding.css %]
@ -374,7 +374,7 @@
<div style="display: inline-block;">[% branding.csc_color_secondary %]</div>
</h3>
[% ELSE -%]
No branding specified, using standard branding.
[% c.loc('No branding specified, using standard branding.') %]
[% END -%]
</div>

Loading…
Cancel
Save