diff --git a/public/site_assets/test/css/layout.css b/public/site_assets/test/css/layout.css index dfae1524..220be7fd 100644 --- a/public/site_assets/test/css/layout.css +++ b/public/site_assets/test/css/layout.css @@ -866,3 +866,11 @@ span.unconfirmed { border:1px solid #ffb573; border-radius: 4px; } +div.login_small { + float: right; + background: #E0E0E3; + position: absolute; + padding: 5px; + top: 10px; + right: 10px; +} diff --git a/public/templates/test/global/header.tpl b/public/templates/test/global/header.tpl index fc8621dc..8083e632 100644 --- a/public/templates/test/global/header.tpl +++ b/public/templates/test/global/header.tpl @@ -2,3 +2,6 @@

{$GLOBAL.website.name}

{if $smarty.request.action|default:""}{$smarty.request.action|capitalize}{else}{$smarty.request.page|default:"home"|capitalize}{/if}

+
+ {include file="login/small.tpl"} +
diff --git a/public/templates/test/login/small.tpl b/public/templates/test/login/small.tpl new file mode 100644 index 00000000..0fa665b0 --- /dev/null +++ b/public/templates/test/login/small.tpl @@ -0,0 +1,11 @@ +{if $smarty.session.AUTHENTICATED|default:"0" == 0} +
+ + + + + + + +
+{/if}