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 -%] [% UNLESS c.user.read_only -%]
<span> <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 -%] [% 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 -%] [% END -%]
</span> </span>
<div class="ngcp-separator"></div> <div class="ngcp-separator"></div>
@ -351,11 +351,11 @@
</pre> </pre>
</p> </p>
[% ELSE -%] [% ELSE -%]
No logo uploaded. [% c.loc('No logo uploaded.') %]
[% END -%] [% END -%]
<h3>Custom CSS</h3> <h3>[% c.loc('Custom CSS') %]</h3>
<p> <p>
<pre style="color:#000"> <pre style="color:#000">
[% branding.css %] [% branding.css %]
@ -374,7 +374,7 @@
<div style="display: inline-block;">[% branding.csc_color_secondary %]</div> <div style="display: inline-block;">[% branding.csc_color_secondary %]</div>
</h3> </h3>
[% ELSE -%] [% ELSE -%]
No branding specified, using standard branding. [% c.loc('No branding specified, using standard branding.') %]
[% END -%] [% END -%]
</div> </div>

Loading…
Cancel
Save