Changeset 2928 in subversion
- Timestamp:
- Sep 6, 2009 2:19:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/plugins/markasjunk/markasjunk.php
r2401 r2928 23 23 $this->include_script('markasjunk.js'); 24 24 $this->add_texts('localization', true); 25 $this->add_button(array('command' => 'plugin.markasjunk', 'imagepas' => 'junk_pas.png', 'imageact' => 'junk_act.png'), 'toolbar'); 25 $this->add_button(array('command' => 'plugin.markasjunk', 'imagepas' => 'junk_pas.png', 26 'imageact' => 'junk_act.png', 'title' => 'markasjunk.buttontitle'), 'toolbar'); 26 27 } 27 28 }
Note: See TracChangeset
for help on using the changeset viewer.
