Skip to content

Commit 20ce720

Browse files
committed
Changed name, small visual changes
1 parent 9f14b72 commit 20ce720

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

lang/en/tool_vault.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
$string['pastrestoreslist'] = 'Past restores on this site';
194194
$string['performedby'] = 'Performed by';
195195
$string['pleasewait'] = 'Please wait...';
196-
$string['pluginname'] = 'Vault - Site migration';
196+
$string['pluginname'] = 'Vault - Site backup and migration';
197197
$string['precheckdetails'] = 'Pre-check details';
198198
$string['privacy:metadata'] = 'The Vault plugin doesn\'t store any personal data.';
199199
$string['privacy:metadata:alldata'] = 'All data from the database, file system and dataroot';

styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
border-style: groove;
3030
border-color: rgb(192, 192, 192);
3131
border-image: initial;
32+
margin-bottom: 2em;
3233
}
3334

3435
/* .tool_vault-apikeyrequired .apiheader {

templates/getapikey.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
<div class="tool_vault-apikeyrequired">
2929
<p>{{#str}} loginexplanation, tool_vault, {{vaulturl}} {{/str}}</p>
3030
<div>
31-
<input type="button" id="getapikey_signin" data-target="{{loginsrc}}" value="{{#str}} remotesignin, tool_vault {{/str}}" >
32-
<input type="button" id="getapikey_signup" data-target="{{loginsrc}}&tab=signup" value="{{#str}} remotesignup, tool_vault {{/str}}" >
33-
<input type="button" id="getapikey_enterapikey" value="{{#str}} enterapikey, tool_vault {{/str}}" >
31+
<input type="button" class="btn btn-primary" id="getapikey_signin" data-target="{{loginsrc}}" value="{{#str}} remotesignin, tool_vault {{/str}}" >
32+
<input type="button" class="btn btn-primary" id="getapikey_signup" data-target="{{loginsrc}}&tab=signup" value="{{#str}} remotesignup, tool_vault {{/str}}" >
33+
<input type="button" class="btn btn-primary" id="getapikey_enterapikey" value="{{#str}} enterapikey, tool_vault {{/str}}" >
3434
</div>
3535
<div>
3636
<iframe id="getapikey_iframe" src="about:blank" width="800" height="500" style="display:none">

0 commit comments

Comments
 (0)