diff --git a/backup/templates/backup/oneClickBackups.html b/backup/templates/backup/oneClickBackups.html index 15c691aa7..4716dc547 100755 --- a/backup/templates/backup/oneClickBackups.html +++ b/backup/templates/backup/oneClickBackups.html @@ -78,144 +78,127 @@
- -
-

- {% trans "Set up Backup Destinations." %} -

-
- {% if status == 1 %} -
-

You have successfully purchased a backup plan.

-
- {% elif status == 0 %} -
-

Your purchase was not successful.

{{ message }} -
- {% elif status == 4 %} -
- {{ message }} -
- {% endif %} - -
-

With CyberPanel's one-click backups, you can easily back - up your website to our secure - servers in just 60 seconds. It's simple, fast, and reliable.

- - - -
-
- - - - - - - - - - - - - {% for plan in bPlans %} - - - - - {% if plan.months == '1' %} - - {% else %} - - {% endif %} - - - - {% endfor %} - -
{% trans "Account" %}{% trans "Plan Name" %}{% trans "Subscription" %}{% trans "Billing Cycle" %}{% trans "Purchase Date" %}{% trans "Actions" %}
{{ plan.sftpUser }}{{ plan.planName }}{{ plan.subscription }}${{ plan.price }}/month${{ plan.price }}/year{{ plan.date }} - {% if plan.state == 1 %} - - - - - - - {% else %} - - {% endif %} -
-
-
- - - - - - -

- {% trans "Subscribe to one-click backup plans." %} -

- -
-
- - - - - - - - - - - {% for plan in plans %} - - - - - - - {% endfor %} - -
{% trans "Plan Name" %}{% trans "Monthly Price" %}{% trans "Yearly Price" %}{% trans "Actions" %}
{{ plan.name }}${{ plan.monthlyPrice }}${{ plan.yearlyPrice }} - {% if plan.name != '100GB' %} - - {% endif %} - - {% if plan.name != '100GB' %} - - {% endif %} - -
-
-
- - - - - - -
+ {% if status == 1 %} +
+

You have successfully purchased a backup plan.

-
+ {% elif status == 0 %} +
+

Your purchase was not successful.

{{ message }} +
+ {% elif status == 4 %} +
+ {{ message }} +
+ {% endif %} + +
+ +

With CyberPanel's one-click backups, you can easily back + up your website to our secure + servers in just 60 seconds. It's simple, fast, and reliable.

+ + + +
+
+ + + + + + + + + + + + + {% for plan in bPlans %} + + + + + {% if plan.months == '1' %} + + {% else %} + + {% endif %} + + + + {% endfor %} + +
{% trans "Account" %}{% trans "Plan Name" %}{% trans "Subscription" %}{% trans "Billing Cycle" %}{% trans "Purchase Date" %}{% trans "Actions" %}
{{ plan.sftpUser }}{{ plan.planName }}{{ plan.subscription }}${{ plan.price }}/month${{ plan.price }}/year{{ plan.date }} + {% if plan.state == 1 %} + + + + + + + {% else %} + + {% endif %} +
+
+
+ + + +

+ {% trans "Subscribe to one-click backup plans." %} +

+ +
+
+ + + + + + + + + + + {% for plan in plans %} + + + + + + + {% endfor %} + +
{% trans "Plan Name" %}{% trans "Monthly Price" %}{% trans "Yearly Price" %}{% trans "Actions" %}
{{ plan.name }}${{ plan.monthlyPrice }}${{ plan.yearlyPrice }} + {% if plan.name != '100GB' %} + + {% endif %} + + {% if plan.name != '100GB' %} + + {% endif %} + +
+
+
+ +