|
Lines 219-225
Link Here
|
| 219 |
You searched for [% searchfield %] |
219 |
You searched for [% searchfield %] |
| 220 |
[% END %] |
220 |
[% END %] |
| 221 |
<table id="serverst"> |
221 |
<table id="serverst"> |
| 222 |
<thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Options</th> |
222 |
<thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th></th> |
| 223 |
</tr></thead> |
223 |
</tr></thead> |
| 224 |
<tbody> |
224 |
<tbody> |
| 225 |
[% FOREACH loo IN loop %] |
225 |
[% FOREACH loo IN loop %] |
|
Lines 232-238
Link Here
|
| 232 |
<span>Authority</span> |
232 |
<span>Authority</span> |
| 233 |
[% END %] |
233 |
[% END %] |
| 234 |
</td> |
234 |
</td> |
| 235 |
<td><a href="[% loo.script_name %]?op=edit&id=[% loo.id %]">Edit</a> <a href="[% loo.script_name %]?op=add&id=[% loo.id %]">Copy</a> <a href="javascript:void(0);" onclick="ConfirmDelete('[% loo.servername | replace("['\"]","") %]','[% loo.id %]');">Delete</a></td> |
235 |
<td> |
|
|
236 |
<div class="dropdown"> |
| 237 |
|
| 238 |
<a class="btn btn-mini dropdown-toggle" id="reportactions[% savedreport.id %]" role="button" data-toggle="dropdown" href="#"> |
| 239 |
|
| 240 |
Actions <b class="caret"></b> |
| 241 |
|
| 242 |
</a> |
| 243 |
|
| 244 |
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reportactions[% savedreport.id %]"> |
| 245 |
|
| 246 |
<li><a href="[% loo.script_name %]?op=edit&id=[% loo.id %]"><i class="fa fa-pencil"></i> Edit</a></li> |
| 247 |
|
| 248 |
<li><a href="[% loo.script_name %]?op=add&id=[% loo.id %]"><i class="fa fa-copy"></i> Copy</a></li> |
| 249 |
|
| 250 |
<li><a href="javascript:void(0);" onclick="ConfirmDelete('[% loo.servername | replace("['\"]","") %]','[% loo.id %]');"><i class="fa fa-remove"></i> Delete</a></li> |
| 251 |
|
| 252 |
|
| 253 |
</ul> |
| 254 |
|
| 255 |
</div> |
| 256 |
</td> |
| 236 |
</tr> |
257 |
</tr> |
| 237 |
[% END %] |
258 |
[% END %] |
| 238 |
</tbody> |
259 |
</tbody> |
| 239 |
- |
|
|