Domain Selector: Display number of domains next to title.

This commit is contained in:
Nate Jones 2014-07-24 09:24:53 +00:00
parent 30c216e9d7
commit 2f2cfe222f
1 changed files with 1 additions and 1 deletions

View File

@ -922,7 +922,7 @@ legend {
<div id="domains_block">
<div id="domains_header">
<input id="domains_hide" type="button" class="btn" style="float: right" value="<?php echo $text['theme-button-close']; ?>">
<b style="color: #000;"><?php echo $text['theme-title-domains']; ?></b>
<b style="color: #000;"><?php echo $text['theme-title-domains']; ?></b> (<?php echo sizeof($_SESSION['domains']); ?>)
<br><br>
<input type="text" id="domain_filter" class="formfld" style="min-width: 100%; width: 100%;" placeholder="<?php echo $text['theme-label-search']; ?>" onkeyup="domain_search(this.value);">
</div>