Commit 4b3cc0a3 authored by Franco Fichtner's avatar Franco Fichtner

www: certificates tab page name is too ambiguous, also make it .inc

parent 87b0a73b
...@@ -345,7 +345,7 @@ function method_change() { ...@@ -345,7 +345,7 @@ function method_change() {
<section class="col-xs-12"> <section class="col-xs-12">
<? include('system_manager_tabs.php'); ?> <? include('system_certificates_tabs.inc'); ?>
<div class="content-box tab-content table-responsive" style="overflow: auto;"> <div class="content-box tab-content table-responsive" style="overflow: auto;">
......
...@@ -574,7 +574,7 @@ function internalca_change() { ...@@ -574,7 +574,7 @@ function internalca_change() {
?> ?>
<section class="col-xs-12"> <section class="col-xs-12">
<?php include('system_manager_tabs.php'); ?> <?php include('system_certificates_tabs.inc'); ?>
<div class="content-box tab-content table-responsive"> <div class="content-box tab-content table-responsive">
......
...@@ -274,7 +274,7 @@ include("head.inc"); ...@@ -274,7 +274,7 @@ include("head.inc");
?> ?>
<section class="col-xs-12"> <section class="col-xs-12">
<? include('system_manager_tabs.php'); ?> <? include('system_certificates_tabs.inc'); ?>
<div class="content-box tab-content"> <div class="content-box tab-content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment