mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 15:26:13 +01:00
convert sub to sub + addon domain
This commit is contained in:
@@ -418,10 +418,10 @@
|
|||||||
title="{% trans 'List Websites' %}"><span>{% trans "List Websites" %}</span></a>
|
title="{% trans 'List Websites' %}"><span>{% trans "List Websites" %}</span></a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="{% url 'CreateNewDomain' %}"
|
<li><a href="{% url 'CreateNewDomain' %}"
|
||||||
title="{% trans 'Create Sub-Domain' %}"><span>{% trans "Create Sub-Domain" %}</span></a>
|
title="{% trans 'Create Sub/Addon Domain' %}"><span>{% trans "Create Sub/Addon Domain" %}</span></a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="{% url 'listChildDomains' %}"
|
<li><a href="{% url 'listChildDomains' %}"
|
||||||
title="{% trans 'List Sub-Domains' %}"><span>{% trans "List Sub-Domains" %}</span></a>
|
title="{% trans 'List Sub-Domains' %}"><span>{% trans "List Sub/Addon Domains" %}</span></a>
|
||||||
</li>
|
</li>
|
||||||
{% if admin or modifyWebsite %}
|
{% if admin or modifyWebsite %}
|
||||||
<li><a href="{% url 'modifyWebsite' %}"
|
<li><a href="{% url 'modifyWebsite' %}"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% extends "baseTemplate/index.html" %}
|
{% extends "baseTemplate/index.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block title %}{% trans "Child Domains - CyberPanel" %}{% endblock %}
|
{% block title %}{% trans "Sub/Addon Domains - CyberPanel" %}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% load static %}
|
{% load static %}
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
<div id="page-title">
|
<div id="page-title">
|
||||||
<h2 id="domainNamePage">{% trans "List Child Domains" %}</h2> <img ng-hide="cyberPanelLoading"
|
<h2 id="domainNamePage">{% trans "List Child Domains" %}</h2> <img ng-hide="cyberPanelLoading"
|
||||||
src="{% static 'images/loading.gif' %}">
|
src="{% static 'images/loading.gif' %}">
|
||||||
<p>{% trans "On this page you can launch, list, modify and delete child domains from your server." %}</p>
|
<p>{% trans "On this page you can launch, list, modify and delete Sub/Addon domains from your server." %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-10" style="padding: 0px; box-shadow: 0px 0px 1px 0px #888888; margin-bottom: 2%">
|
<div class="col-sm-10" style="padding: 0px; box-shadow: 0px 0px 1px 0px #888888; margin-bottom: 2%">
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<button type="button" class="close" data-dismiss="modal">×
|
<button type="button" class="close" data-dismiss="modal">×
|
||||||
</button>
|
</button>
|
||||||
<h4 class="modal-title">Delete Child Domain
|
<h4 class="modal-title">Delete Sub/Addon Domain
|
||||||
<img ng-hide="$parent.cyberPanelLoading"
|
<img ng-hide="$parent.cyberPanelLoading"
|
||||||
src="/static/images/loading.gif"
|
src="/static/images/loading.gif"
|
||||||
style="display: none;">
|
style="display: none;">
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<button type="button" class="close" data-dismiss="modal">×
|
<button type="button" class="close" data-dismiss="modal">×
|
||||||
</button>
|
</button>
|
||||||
<h4 class="modal-title">Convert Child Domain to normal Website
|
<h4 class="modal-title">Convert Sub/Addon Domain to normal Website
|
||||||
<img ng-hide="$parent.cyberPanelLoading"
|
<img ng-hide="$parent.cyberPanelLoading"
|
||||||
src="/static/images/loading.gif"
|
src="/static/images/loading.gif"
|
||||||
style="display: none;">
|
style="display: none;">
|
||||||
|
|||||||
Reference in New Issue
Block a user