New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1117 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2008-02-03 18:05:26 +00:00
parent 9c451ac157
commit 09cfef094c
38 changed files with 18 additions and 49 deletions

View File

@@ -406,15 +406,6 @@ jsToolBar.prototype.elements.del = {
}
}
// quote
jsToolBar.prototype.elements.quote = {
type: 'button',
title: 'Inline quote',
fn: {
wiki: function() { this.singleTag('??') }
}
}
// code
jsToolBar.prototype.elements.code = {
type: 'button',