https://bugzilla.wikimedia.org/show_bug.cgi?id=36399
Web browser: ---
Bug #: 36399
Summary: Embed ProofreadPage images in CSS
Product: MediaWiki extensions
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: ProofreadPage
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Mobile Platform: ---
All ProofreadPage images are less than 2KB, which should mean most of these can
be included/embedded in CSS files, rather than using code such as:
label: mw.msg( 'proofreadpage-button-zoom-in-label'
),
type: 'button',
icon: mw.config.get( 'wgExtensionAssetsPath' ) +
'/ProofreadPage/Button_zoom_in.png',
or
$prev_link = $prev_title ? Linker::link( $prev_title,
Html::element( 'img', array( 'src' => $path . '/leftarrow.png',
'alt' => wfMsg( 'proofreadpage_prevpage' ), 'width' => 15,
'height' => 15 ) ),
array( 'title' => wfMsg( 'proofreadpage_prevpage' ) ) ): '';
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l