Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
c8cb87f1
Commit
c8cb87f1
authored
Mar 24, 2015
by
System Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor GUI enhancements for Certificate Manager
parent
06bb0ec6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
system_certmanager.php
src/www/system_certmanager.php
+2
-5
No files found.
src/www/system_certmanager.php
View file @
c8cb87f1
...
...
@@ -996,7 +996,7 @@ function internalca_change() {
<?php
elseif
(
$act
==
"csr"
||
((
$_POST
[
'save'
]
==
gettext
(
"Update"
))
&&
$input_errors
))
:?>
<
form
action
=
"system_certmanager.php"
method
=
"post"
name
=
"iform"
id
=
"iform"
>
<
table
width
=
"100%"
border
=
"0"
cellpadding
=
"6"
cellspacing
=
"0"
summary
=
"name"
class
="
table
table
-
striped
">
>
<
table
width
=
"100%"
border
=
"0"
cellpadding
=
"6"
cellspacing
=
"0"
summary
=
"name"
class
="
table
table
-
striped
">
<tr>
<td width="
22
%
" valign="
top
" class="
vncellreq
"><?=gettext("
Descriptive
name
");?></td>
<td width="
78
%
" class="
vtable
">
...
...
@@ -1168,7 +1168,7 @@ function internalca_change() {
<?php
endif
;
?>
<?php
if
(
$cert
[
'csr'
])
:
?>
<a
href=
"system_certmanager.php?act=csr&id=
<?=
$i
;
?>
"
data-toggle=
"tooltip"
data-placement=
"left"
title=
"
<?=
gettext
(
"update csr"
);
?>
"
>
<a
href=
"system_certmanager.php?act=csr&id=
<?=
$i
;
?>
"
class=
"btn btn-default btn-xs"
data-toggle=
"tooltip"
data-placement=
"left"
title=
"
<?=
gettext
(
"update csr"
);
?>
"
>
<span
class=
"glyphicon glyphicon-edit"
></span>
</a>
<?php
endif
;
?>
...
...
@@ -1189,9 +1189,6 @@ function internalca_change() {
</div>
</section>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment