show message count
This commit is contained in:
parent
a047b887ac
commit
1dedb7e35c
1 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,7 @@ input:
|
||||||
|
|
||||||
$address - username and domain
|
$address - username and domain
|
||||||
$username - username
|
$username - username
|
||||||
$userDomain - domain
|
$domain - domain
|
||||||
|
|
||||||
$config - config array
|
$config - config array
|
||||||
|
|
||||||
|
@ -84,13 +84,14 @@ $purifier = new HTMLPurifier($purifier_config);
|
||||||
|
|
||||||
<body data-turbolinks="false">
|
<body data-turbolinks="false">
|
||||||
|
|
||||||
<header data-turbolinks-permanent id="header">
|
<header id="header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<small class="form-text text-muted">
|
<small class="form-text text-muted">
|
||||||
change username:
|
You have <span class="badge badge-pill badge-info"><?php echo count($emails); ?> </span> messages in your
|
||||||
|
mailbox:
|
||||||
</small>
|
</small>
|
||||||
|
|
||||||
<form action="?" method="post">
|
<form data-turbolinks-permanent action="?" method="post">
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
|
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
|
|
Loading…
Reference in a new issue