summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_camanager.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2016-07-03 22:18:26 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2016-07-03 22:18:26 +0200
commit54691fc663eae7c6e92e4eaad596906758d7ebea (patch)
treef09d27fbfc95ae00b4fc9c7fe1d27d839a24164f /src/usr/local/www/system_camanager.php
parent587be0aa451a9dab0e9e0d05b78b9e2f11cc0a96 (diff)
downloadpfsense-54691fc663eae7c6e92e4eaad596906758d7ebea.zip
pfsense-54691fc663eae7c6e92e4eaad596906758d7ebea.tar.gz
webgui tables, doubleclick event to perform 'edit' action
Diffstat (limited to 'src/usr/local/www/system_camanager.php')
-rw-r--r--src/usr/local/www/system_camanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_camanager.php b/src/usr/local/www/system_camanager.php
index 7669f0d..f9c9a47 100644
--- a/src/usr/local/www/system_camanager.php
+++ b/src/usr/local/www/system_camanager.php
@@ -386,7 +386,7 @@ if (!($act == "new" || $act == "edit" || $act == gettext("Save") || $input_error
<div class="panel-heading"><h2 class="panel-title"><?=gettext('Certificate Authorities')?></h2></div>
<div class="panel-body">
<div class="table-responsive">
- <table class="table table-striped table-hover">
+ <table class="table table-striped table-hover table-rowdblclickedit">
<thead>
<tr>
<th><?=gettext("Name")?></th>
OpenPOWER on IntegriCloud