Display "Auto" when there is no discovered duplex setting
This commit is contained in:
		| @@ -1,3 +1,9 @@ | ||||
| 2.012007 - 2013-08-23 | ||||
|  | ||||
|   [ENHANCEMENTS] | ||||
|  | ||||
|   * Display "Auto" when there is no discovered duplex setting | ||||
|  | ||||
| 2.012006 - 2013-08-23 | ||||
|  | ||||
|   [BUG FIXES] | ||||
|   | ||||
| @@ -88,7 +88,7 @@ | ||||
|       [% IF params.c_duplex %] | ||||
|       <td> | ||||
|         [% IF row.up == 'up' AND row.duplex %] | ||||
|         [% row.duplex_admin.ucfirst | html_entity %] / [% row.duplex.ucfirst | html_entity %] | ||||
|         [% (row.duplex_admin.ucfirst || 'Auto') | html_entity %] / [% row.duplex.ucfirst | html_entity %] | ||||
|         [% END %] | ||||
|       </td> | ||||
|       [% END %] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user