Skip to content

Commit 497f388

Browse files
committed
Use white-space: nowrap; rather than replacing spaces with  s
1 parent 4ad29ac commit 497f388

25 files changed

+28
-27
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2929,6 +2929,7 @@ form#vstobjects.suspended {
29292929
padding: 3px 14px 3px 27px;
29302930
position: absolute;
29312931
text-transform: uppercase;
2932+
white-space: nowrap;
29322933
word-break: keep-all;
29332934
z-index: -1;
29342935
}

web/templates/admin/list_backup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
3-
<a href="/schedule/backup/" class="l-sort__create-btn" title="<?=str_replace(' ', '&nbsp;', __('Create Backup'))?>"></a>
3+
<a href="/schedule/backup/" class="l-sort__create-btn" title="<?=__('Create Backup')?>"></a>
44
<div class="l-sort-toolbar clearfix">
55
<table>
66
<tr>

web/templates/admin/list_backup_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
3-
<a href="/schedule/restore/?backup=<?=htmlentities($_GET['backup'])?>" class="l-sort__create-btn restore" title="<?=str_replace(' ', '&nbsp;', __('Restore All'))?>"></a>
3+
<a href="/schedule/restore/?backup=<?=htmlentities($_GET['backup'])?>" class="l-sort__create-btn restore" title="<?=__('Restore All')?>"></a>
44
<div class="l-sort-toolbar clearfix">
55
<table>
66
<tr>

web/templates/admin/list_backup_exclusions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
3-
<a href="/edit/backup/exclusions/" class="l-sort__create-btn edit" title="<?=str_replace(' ', '&nbsp;', __('Configure'))?>"></a>
3+
<a href="/edit/backup/exclusions/" class="l-sort__create-btn edit" title="<?=__('Configure')?>"></a>
44
<div class="l-sort-toolbar clearfix">
55
<table>
66
<tr>

web/templates/admin/list_cron.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
3-
<a href="/add/cron/" class="l-sort__create-btn" title="<?=str_replace(' ', '&nbsp;', __('Add Cron Job'))?>"></a>
3+
<a href="/add/cron/" class="l-sort__create-btn" title="<?=__('Add Cron Job')?>"></a>
44
<ul class="context-menu sort-order" style="display:none;">
55
<li entity="sort-date" sort_as_int="1"><span class="name active"><?=__('Date')?></span><span class="up">&nbsp;</span></li>
66
<li entity="sort-name"><span class="name"><?=__('Command')?></span><span class="up">&nbsp;</span></li>

web/templates/admin/list_db.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
3-
<a href="/add/db/" class="l-sort__create-btn" title="<?=str_replace(' ', '&nbsp;', __('Add Database'))?>"></a>
3+
<a href="/add/db/" class="l-sort__create-btn" title="<?=__('Add Database')?>"></a>
44
<ul class="context-menu sort-order" style="display:none;">
55
<li entity="sort-date" sort_as_int="1"><span class="name active"><?=__('Date')?></span><span class="up">&nbsp;</span></li>
66
<li entity="sort-name"><span class="name"><?=__('Database')?></span><span class="up">&nbsp;</span></li>

web/templates/admin/list_dns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
3-
<a href="/add/dns/" title="<?=str_replace(' ', '&nbsp;', __('Add DNS Domain'))?>" class="l-sort__create-btn"></a>
3+
<a href="/add/dns/" title="<?=__('Add DNS Domain')?>" class="l-sort__create-btn"></a>
44
<ul class="context-menu sort-order" style="display:none;">
55
<li entity="sort-date" sort_as_int="1"><span class="name active"><?=__('Date')?></span><span class="up">&nbsp;</span></li>
66
<li entity="sort-expire" sort_as_int="1"><span class="name"><?=__('Expire')?></span><span class="up">&nbsp;</span></li>

web/templates/admin/list_dns_rec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
3-
<a href="/add/dns/?domain=<?=htmlentities($_GET['domain'])?>" title="<?=str_replace(' ', '&nbsp;', __('Add DNS Record'))?>" class="l-sort__create-btn"></a>
3+
<a href="/add/dns/?domain=<?=htmlentities($_GET['domain'])?>" title="<?=__('Add DNS Record')?>" class="l-sort__create-btn"></a>
44
<div class="l-sort-toolbar clearfix">
55
<table>
66
<tr>

web/templates/admin/list_firewall.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
3-
<a href="/add/firewall/" class="l-sort__create-btn" title="<?=str_replace(' ', '&nbsp;', __('Add Rule'))?>"></a>
3+
<a href="/add/firewall/" class="l-sort__create-btn" title="<?=__('Add Rule')?>"></a>
44
<ul class="context-menu sort-order" style="display:none;">
55
<li entity="sort-action"><span class="name active"><?=__('Action')?></span><span class="up">&nbsp;</span></li>
66
<li entity="sort-protocol"><span class="name"><?=__('Protocol')?></span><span class="up">&nbsp;</span></li>

web/templates/admin/list_firewall_banlist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
3-
<a href="/add/firewall/banlist/" class="l-sort__create-btn" title="<?=str_replace(' ', '&nbsp;', __('Ban IP Address'))?>"></a>
3+
<a href="/add/firewall/banlist/" class="l-sort__create-btn" title="<?=__('Ban IP Address')?>"></a>
44

55
<div class="l-sort-toolbar clearfix">
66
<table>

0 commit comments

Comments
 (0)