pageheader.tpl 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {if !$themesettings.general.bannerstyle}
  2. {if $templatefile eq 'affiliatessignup' || $templatefile eq "domain-pricing" || $templatefile eq "announcements"}{else}
  3. <div class="header-lined">
  4. <div>
  5. <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>
  6. {if $templatefile eq "clientareaproducts" or $templatefile eq "clientareadomains" or $templatefile eq "clientareainvoices" or $templatefile eq "clientareaemails" or $templatefile eq "clientareaquotes" or $templatefile eq "supportticketslist"}
  7. <div class="search-group">
  8. <input type="text" id="table-search" class="form-control" placeholder="{$LANG.tableentersearchterm}">
  9. </div>
  10. {/if}
  11. </div>
  12. <div>
  13. {if $showbreadcrumb}{include file="$template/includes/breadcrumb.tpl"}{/if}
  14. {if $desc}
  15. <span class="d-none d-sm-block">{$desc}</span>
  16. {/if}
  17. </div>
  18. </div>
  19. {/if}
  20. {else}
  21. {if $templatefile eq 'affiliatessignup' || $templatefile eq "domain-pricing"}{else}
  22. <div class="header-lined">
  23. <div>
  24. <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>
  25. {if $templatefile eq "clientareaproducts" or $templatefile eq "clientareadomains" or $templatefile eq "clientareainvoices" or $templatefile eq "clientareaemails" or $templatefile eq "clientareaquotes" or $templatefile eq "supportticketslist"}
  26. <div class="search-group">
  27. <input type="text" id="table-search" class="form-control" placeholder="{$LANG.tableentersearchterm}">
  28. </div>
  29. {/if}
  30. </div>
  31. <div>
  32. {if $showbreadcrumb}{include file="$template/includes/breadcrumb.tpl"}{/if}
  33. {if $desc}
  34. <span class="d-none d-sm-block">{$desc}</span>
  35. {/if}
  36. </div>
  37. </div>
  38. {/if}
  39. {/if}