Domain Selector: Display number of domains next to title.
This commit is contained in:
parent
30c216e9d7
commit
2f2cfe222f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue