View Issue Details

IDProjectCategoryView StatusLast Update
0000940savapage-server[All Projects] Generalpublic2019-08-05 16:41
ReporterrijkrAssigned Torijkr 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version0.9.12 
Target Version1.1.0Fixed in Version1.1.0 
Summary0000940: Add option to set icons for printer options
DescriptionIST: 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>
TagsNo tags attached.

Activities

rijkr

2019-08-05 16:41

administrator   ~0000147

release 1.1.0

Issue History

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