mvc: style update

This commit is contained in:
Franco Fichtner 2018-03-25 14:24:51 +00:00
parent 6b14406be6
commit 5990f2c775

View File

@ -63,11 +63,13 @@ class Gdrive extends Base implements IBackupProvider
"name" => "GDriveP12key",
"type" => "file",
"label" => gettext("P12 key"),
"help" => sprintf(gettext("You need a private key in p12 format to use Google Drive, ".
"instructions on how to aquire one can be found here %s "),
"<a href='https://cloud.google.com/storage/docs/authentication#generating-a-private-key'
"help" => sprintf(
gettext("You need a private key in p12 format to use Google Drive, ".
"instructions on how to aquire one can be found here %s "),
"<a href='https://cloud.google.com/storage/docs/authentication#generating-a-private-key'
target='_blank'>
https://cloud.google.com/storage/docs/authentication#generating-a-private-key</a>"),
https://cloud.google.com/storage/docs/authentication#generating-a-private-key</a>"
),
"value" => null
);
$fields[] = array(