View | Details | Raw Unified | Return to bug 34619
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-1 / +13 lines)
Lines 261-266 Link Here
261
                        <th>Timeout (secs)</th>
261
                        <th>Timeout (secs)</th>
262
                        <th>SSL</th>
262
                        <th>SSL</th>
263
                        <th>Authenticated</th>
263
                        <th>Authenticated</th>
264
                        <th>Debug mode</th>
264
                        <th>Is default</th>
265
                        <th>Is default</th>
265
                        <th data-class-name="actions noExport">Actions</th>
266
                        <th data-class-name="actions noExport">Actions</th>
266
                    </tr>
267
                    </tr>
Lines 394-399 Link Here
394
                        "searchable": false,
395
                        "searchable": false,
395
                        "orderable": false
396
                        "orderable": false
396
                    },
397
                    },
398
                    {
399
                        "data": function( row, type, val, meta ) {
400
                            if ( row.debug ) {
401
                                return _("On");
402
                            }
403
                            else {
404
                                return _("Off");
405
                            }
406
                        },
407
                        "searchable": false,
408
                        "orderable": false
409
                    },
397
                    {
410
                    {
398
                        "data": function( row, type, val, meta ) {
411
                        "data": function( row, type, val, meta ) {
399
                            if ( row.is_default ) {
412
                            if ( row.is_default ) {
400
- 

Return to bug 34619