Some file renaming
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 262 B |
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 284 B After Width: | Height: | Size: 284 B |
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 272 B |
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 232 B |
@ -21,35 +21,7 @@ echo $this->Form->Errors();
|
||||
<?php
|
||||
// TODO: Bundle and icon spritesheet for 2.0
|
||||
echo $this->Form->Label('CSS Icon', 'CssClass');
|
||||
echo $this->Form->Dropdown('CssClass', array(
|
||||
'' => 'None',
|
||||
'ReactEverything' => 'Gear',
|
||||
'ReactAwesome' => 'Heart',
|
||||
'ReactFlag' => 'Flag',
|
||||
'ReactInsightful' => 'Eye',
|
||||
'ReactOffTopic' => 'Slashed Eye',
|
||||
'ReactAbuse' => 'Bomb',
|
||||
'ReactSpam' => 'Nuclear Symbol',
|
||||
'ReactTroll' => 'Masked Smiley',
|
||||
'ReactPromote' => 'Pointer Up',
|
||||
'ReactDisagree' => 'Frowning Smiley',
|
||||
'ReactAgree' => 'Smiley',
|
||||
'ReactDislike' => 'Thumb Down',
|
||||
'ReactLike' => 'Thumb Up',
|
||||
'ReactDown' => 'Arrow Down',
|
||||
'ReactUp' => 'Arrow Up',
|
||||
'ReactWTF' => 'Surprised Smiley',
|
||||
'ReactLOL' => 'Winking Smiley',
|
||||
'ReactQuote' => 'Double Quote',
|
||||
'ReactInfraction' => 'Flame',
|
||||
'ReactAccept' => 'Checkmark',
|
||||
'ReactReject' => 'Do Not Enter',
|
||||
'ReactFacebook' => 'Facebook',
|
||||
'ReactTwitter' => 'Twitter',
|
||||
'ReactGooglePlus' => 'Google Plus',
|
||||
'ReactMessage' => 'Envelope',
|
||||
'ReactWarn' => 'Angry Triangle'
|
||||
));
|
||||
echo $this->Form->TextBox('CssClass');
|
||||
echo Wrap(' ', 'span', array('class' => 'ReactSprite ' . $this->Form->GetValue('CssClass'), 'id' => 'icon-preview'));
|
||||
?>
|
||||
</li>
|
||||
|