|
106 | 106 | <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect"> |
107 | 107 | <div class="actions-panel clearfix"> |
108 | 108 | <div class="actions-panel__col actions-panel__list shortcut-enter" key-action="href"> |
109 | | - <a href="/schedule/restore/?backup=<?=$backup?>&type=mail&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="Restore"> |
| 109 | + <a href="/schedule/restore/?backup=<?=$backup?>&type=mail&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('Restore');?>"> |
110 | 110 | <i class="fas fa-undo status-icon green status-icon dim"></i> |
111 | 111 | </a> |
112 | 112 | </div> |
|
138 | 138 | <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect"> |
139 | 139 | <div class="actions-panel clearfix"> |
140 | 140 | <div class="actions-panel__col actions-panel__list shortcut-enter" key-action="href"> |
141 | | - <a href="/schedule/restore/?backup=<?=$backup?>&type=dns&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="Restore"> |
| 141 | + <a href="/schedule/restore/?backup=<?=$backup?>&type=dns&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('Restore');?>"> |
142 | 142 | <i class="fas fa-undo status-icon green status-icon dim"></i> |
143 | 143 | </a> |
144 | 144 | </div> |
|
170 | 170 | <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect"> |
171 | 171 | <div class="actions-panel clearfix"> |
172 | 172 | <div class="actions-panel__col actions-panel__list shortcut-enter" key-action="href"> |
173 | | - <a href="/schedule/restore/?backup=<?=$backup?>&type=db&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="Restore"> |
| 173 | + <a href="/schedule/restore/?backup=<?=$backup?>&type=db&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('Restore');?>"> |
174 | 174 | <i class="fas fa-undo status-icon green status-icon dim"></i> |
175 | 175 | </a> |
176 | 176 | </div> |
|
201 | 201 | <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect"> |
202 | 202 | <div class="actions-panel clearfix"> |
203 | 203 | <div class="actions-panel__col actions-panel__list shortcut-enter" key-action="href"> |
204 | | - <a href="/schedule/restore/?backup=<?=$backup?>&type=cron&object=records&token=<?=$_SESSION['token']?>" title="Restore"> |
| 204 | + <a href="/schedule/restore/?backup=<?=$backup?>&type=cron&object=records&token=<?=$_SESSION['token']?>" title="<?=_('Restore');?>"> |
205 | 205 | <i class="fas fa-undo status-icon green status-icon dim"></i> |
206 | 206 | </a> |
207 | 207 | </div> |
|
233 | 233 | <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect"> |
234 | 234 | <div class="actions-panel clearfix"> |
235 | 235 | <div class="actions-panel__col actions-panel__list shortcut-enter" key-action="href"> |
236 | | - <a href="/schedule/restore/?backup=<?=$backup?>&type=udir&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="Restore"> |
| 236 | + <a href="/schedule/restore/?backup=<?=$backup?>&type=udir&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('Restore');?>"> |
237 | 237 | <i class="fas fa-undo status-icon green status-icon dim"></i> |
238 | 238 | </a> |
239 | 239 | </div> |
|
0 commit comments