annotate media/js/tiny_mce/plugins/emotions/langs/en_dlg.js @ 145:71cb4208dc98

Tweak to #30, admin dashboard. Because of a bug in Django (9568), my dashboard appears on the login page. To get around this, pass in the user to the templatetag, so it can do a 'if user.is_staff' check. Also tweaked the HTML and CSS to show non-zero pending items in red. Shortened the pending item titles for readability.
author Brian Neal <bgneal@gmail.com>
date Wed, 09 Dec 2009 00:03:10 +0000
parents a5b4c5ce0658
children
rev   line source
bgneal@45 1 tinyMCE.addI18n('en.emotions_dlg',{
bgneal@45 2 title:"Insert emotion",
bgneal@45 3 desc:"Emotions",
bgneal@45 4 cool:"Cool",
bgneal@45 5 cry:"Cry",
bgneal@45 6 embarassed:"Embarassed",
bgneal@45 7 foot_in_mouth:"Foot in mouth",
bgneal@45 8 frown:"Frown",
bgneal@45 9 innocent:"Innocent",
bgneal@45 10 kiss:"Kiss",
bgneal@45 11 laughing:"Laughing",
bgneal@45 12 money_mouth:"Money mouth",
bgneal@45 13 sealed:"Sealed",
bgneal@45 14 smile:"Smile",
bgneal@45 15 surprised:"Surprised",
bgneal@45 16 tongue_out:"Tongue out",
bgneal@45 17 undecided:"Undecided",
bgneal@45 18 wink:"Wink",
bgneal@45 19 yell:"Yell"
bgneal@45 20 });