View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000940 | savapage-server | [All Projects] General | public | 2018-03-21 18:59 | 2019-08-05 16:41 |
Reporter | rijkr | Assigned To | rijkr | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.12 | ||||
Target Version | 1.1.0 | Fixed in Version | 1.1.0 | ||
Summary | 0000940: Add option to set icons for printer options | ||||
Description | IST: In User Web App Printer Settings dialog, option choices are text-only. SOLL: Add configuration option in ipp-i18n.xml to prepend text with a 16x16 icon. Entry keys are IPP attributes or choices with prefix "ipp-icon-". Values are CSS classes, defined by SavaPage ("sp-ipp-icon-tree", "sp-ipp-icon-warn" and "sp-ipp-icon-void"), or defined in customized .css file. A key/value for an IPP attribute acts as default for all attribute choices: exceptions are defined with key/values for specific IPP attribute choices. Snippet from custom.css : .my-ipp-icon-ok { background-image: URL('/custom/web/images/ok-16x16.png'); } .my-ipp-icon-warn { background-image: URL('/custom/web/images/warn-16x16.png'); } Snippet from ipp-i18n.xml : <!-- CSS classes for icons --> <entry key="ipp-icon-sides">sp-ipp-icon-tree</entry> <entry key="ipp-icon-sides-one-sided">sp-ipp-icon-warn</entry> <entry key="ipp-icon-print-color-mode">sp-ipp-icon-warn</entry> <entry key="ipp-icon-print-color-mode-monochrome">sp-ipp-icon-tree</entry> <entry key="ipp-icon-number-up">my-ipp-icon-ok</entry> <entry key="ipp-icon-number-up-1">my-ipp-icon-warn</entry> | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-03-21 18:59 | rijkr | New Issue | |
2018-03-21 18:59 | rijkr | Status | new => assigned |
2018-03-21 18:59 | rijkr | Assigned To | => rijkr |
2018-03-21 18:59 | rijkr | Description Updated | View Revisions |
2018-03-21 19:00 | rijkr | Description Updated | View Revisions |
2018-03-21 19:16 | rijkr | Description Updated | View Revisions |
2018-04-30 16:22 | rijkr | Target Version | 1.0.0 => 1.1.0 |
2019-04-08 20:32 | rijkr | Status | assigned => resolved |
2019-04-08 20:32 | rijkr | Resolution | open => fixed |
2019-04-08 20:32 | rijkr | Fixed in Version | => 1.1.0 |
2019-08-05 16:41 | rijkr | Status | resolved => closed |
2019-08-05 16:41 | rijkr | Note Added: 0000147 |