Skip to content

Commit

Permalink
convert sub to sub + addon domain
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 19, 2024
1 parent 238b074 commit c031eda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions baseTemplate/templates/baseTemplate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,10 @@
title="{% trans 'List Websites' %}"><span>{% trans "List Websites" %}</span></a>
</li>
<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><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>
{% if admin or modifyWebsite %}
<li><a href="{% url 'modifyWebsite' %}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{% trans "Child Domains - CyberPanel" %}{% endblock %}
{% block title %}{% trans "Sub/Addon Domains - CyberPanel" %}{% endblock %}
{% block content %}

{% load static %}
Expand All @@ -18,7 +18,7 @@
<div id="page-title">
<h2 id="domainNamePage">{% trans "List Child Domains" %}</h2> <img ng-hide="cyberPanelLoading"
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 class="col-sm-10" style="padding: 0px; box-shadow: 0px 0px 1px 0px #888888; margin-bottom: 2%">
Expand Down Expand Up @@ -74,7 +74,7 @@ <h2 style="display: inline; color: #414C59;" ng-bind="web.domain"></h2>
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;
</button>
<h4 class="modal-title">Delete Child Domain
<h4 class="modal-title">Delete Sub/Addon Domain
<img ng-hide="$parent.cyberPanelLoading"
src="/static/images/loading.gif"
style="display: none;">
Expand Down Expand Up @@ -144,7 +144,7 @@ <h4 class="modal-title">Delete Child Domain
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;
</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"
src="/static/images/loading.gif"
style="display: none;">
Expand Down

0 comments on commit c031eda

Please sign in to comment.