|
|
@ -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>
|
|
|
|