| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {if !$themesettings.general.bannerstyle}
- {if $templatefile eq 'affiliatessignup' || $templatefile eq "domain-pricing" || $templatefile eq "announcements"}{else}
- <div class="header-lined">
- <div>
- <h1{if !$themesettings.general.bannerstyle} class="fw-900"{/if}>{if $templatefile eq 'clientareahome'}{if $themesettings.clientarea.langdashboard}{$themesettings.clientarea.langdashboard}{else}My Dashboard{/if}{elseif $templatefile eq 'clientareaproductdetails'}{$LANG.managing} {$product}{elseif $templatefile eq 'clientareadomaindetails'}{$LANG.managing} {$LANG.navdomains|replace:'s':''}{elseif $templatefile eq 'viewinvoice'}{$LANG.invoicesview}{elseif $templatefile eq 'viewquote'}{$LANG.view} {$LANG.quote}{elseif $templatefile eq "viewticket"}{lang key='supportticketsticketid'} #{$tid}{elseif $templatefile eq 'knowledgebasearticle'}{$kbarticle.title}{elseif $templatefile eq 'knowledgebasecat'}{$kbcurrentcat.name}{else}{$title}{/if}</h1>
-
- {if $templatefile eq "clientareaproducts" or $templatefile eq "clientareadomains" or $templatefile eq "clientareainvoices" or $templatefile eq "clientareaemails" or $templatefile eq "clientareaquotes" or $templatefile eq "supportticketslist"}
- <div class="search-group">
- <input type="text" id="table-search" class="form-control" placeholder="{$LANG.tableentersearchterm}">
- </div>
- {/if}
- </div>
- <div>
- {if $showbreadcrumb}{include file="$template/includes/breadcrumb.tpl"}{/if}
- {if $desc}
- <span class="d-none d-sm-block">{$desc}</span>
- {/if}
- </div>
- </div>
- {/if}
-
- {else}
- {if $templatefile eq 'affiliatessignup' || $templatefile eq "domain-pricing"}{else}
- <div class="header-lined">
- <div>
- <h1{if !$themesettings.general.bannerstyle} class="fw-900"{/if}>{if $templatefile eq 'clientareahome'}{if $themesettings.clientarea.langdashboard}{$themesettings.clientarea.langdashboard}{else}My Dashboard{/if}{elseif $templatefile eq 'clientareaproductdetails'}{$LANG.managing} {$product}{elseif $templatefile eq 'clientareadomaindetails'}{$LANG.managing} {$LANG.navdomains|replace:'s':''}{elseif $templatefile eq 'viewinvoice'}{$LANG.invoicesview}{elseif $templatefile eq 'viewquote'}{$LANG.view} {$LANG.quote}{elseif $templatefile eq "viewticket"}{lang key='supportticketsticketid'} #{$tid}{elseif $templatefile eq 'knowledgebasearticle'}{$kbarticle.title}{elseif $templatefile eq 'knowledgebasecat'}{$kbcurrentcat.name}{else}{$title}{/if}</h1>
-
- {if $templatefile eq "clientareaproducts" or $templatefile eq "clientareadomains" or $templatefile eq "clientareainvoices" or $templatefile eq "clientareaemails" or $templatefile eq "clientareaquotes" or $templatefile eq "supportticketslist"}
- <div class="search-group">
- <input type="text" id="table-search" class="form-control" placeholder="{$LANG.tableentersearchterm}">
- </div>
- {/if}
- </div>
- <div>
- {if $showbreadcrumb}{include file="$template/includes/breadcrumb.tpl"}{/if}
- {if $desc}
- <span class="d-none d-sm-block">{$desc}</span>
- {/if}
- </div>
- </div>
- {/if}
- {/if}
|