| Line 253... |
Line 253... |
| 253 |
Const enum_imgSdkDep = "<img src='images/i_sdkdep.png' width='15' height='15' border='0' title='Not Found. Is a dependency only of the SDK and not required to be in this release.'>"
|
253 |
Const enum_imgSdkDep = "<img src='images/i_sdkdep.png' width='15' height='15' border='0' title='Not Found. Is a dependency only of the SDK and not required to be in this release.'>"
|
| 254 |
Const enum_imgUnBuildable = "<img src='icons/s_unbuildable.png' width='15' height='15' border='0' title='This package is unbuildable.'>"
|
254 |
Const enum_imgUnBuildable = "<img src='icons/s_unbuildable.png' width='15' height='15' border='0' title='This package is unbuildable.'>"
|
| 255 |
Const enum_imgRippleStop = "<img src='images/RippleStop.gif' width='16' height='16' border='0' title='Package is waiting for user to release the ripple stop'>"
|
255 |
Const enum_imgRippleStop = "<img src='images/RippleStop.gif' width='16' height='16' border='0' title='Package is waiting for user to release the ripple stop'>"
|
| 256 |
Const enum_imgRippleGo = "<img src='images/RippleGo.gif' width='16' height='16' border='0' title='Ripple stop released. Package waiting to build.'>"
|
256 |
Const enum_imgRippleGo = "<img src='images/RippleGo.gif' width='16' height='16' border='0' title='Ripple stop released. Package waiting to build.'>"
|
| 257 |
Const enum_imgClipBoard = "<img src='images/CopyToClipboard.ico' width='15' height='15' border='0' title='Copy package name to clipboard'>"
|
257 |
Const enum_imgClipBoard = "<img src='images/CopyToClipboard.ico' width='15' height='15' border='0' title='Copy package name to clipboard'>"
|
| - |
|
258 |
Const enum_imgClipBoard10 = "<img src='images/CopyToClipboard.ico' width='10' height='10' border='0' title='Copy names to clipboard'>"
|
| 258 |
|
259 |
|
| 259 |
|
260 |
|
| 260 |
'-- ICONS SMALL ------------------------------
|
261 |
'-- ICONS SMALL ------------------------------
|
| 261 |
Const enum_SMALL_imgOK = "<img src='images/si_ok.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
|
262 |
Const enum_SMALL_imgOK = "<img src='images/si_ok.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
|
| 262 |
Const enum_SMALL_imgCritical = "<img src='images/si_critical.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
|
263 |
Const enum_SMALL_imgCritical = "<img src='images/si_critical.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
|