Searched refs:action_button (Results 1 – 3 of 3) sorted by relevance
/plugin/projects/lib/ |
H A D | tools.php | 55 function action_button($button_name, $action = '', $hidden = NULL) { function 79 …return action_button('Delete', 'save', array('id' => $ID, 'wikitext' => '', 'summary' => "delete $… 86 return action_button('Remake', 'remake', array('id' => $ID)); 94 return action_button('Remove', 'remove_tag', array( 105 return action_button($button_name, 'add_tag', array(
|
H A D | layout.php | 130 $renderer->doc .= action_button("Manage files", 'manage_files');
|
/plugin/tagging/ |
H A D | style.less | 80 button.plugin_tagging.action_button { 103 button.plugin_tagging.action_button {
|