| … | |
… | |
| 124 | |
124 | |
| 125 | ########## toolbar |
125 | ########## toolbar |
| 126 | print '<div id="toolbar">'; |
126 | print '<div id="toolbar">'; |
| 127 | print '<span id="messages"></span>'; |
127 | print '<span id="messages"></span>'; |
| 128 | print '<span class="actions"> |
128 | print '<span class="actions"> |
| 129 | <button type="button" id="undo_button">Undo</button> |
129 | <button class="button" type="button" id="undo_button">Undo</button> |
| 130 | <button type="button" id="redo_button">Redo</button> |
130 | <button class="button" type="button" id="redo_button">Redo</button> |
| 131 | <button type="button" id="delete_problem">Remove Selected</button> |
131 | <button class="button" type="button" id="delete_problem">Remove Selected</button> |
| 132 | <a href="http://bugs.webwork.maa.org/">BUGS!</a> |
132 | <a class="button" href="http://bugs.webwork.maa.org/">BUGS!</a> |
| 133 | </span>'; |
133 | </span>'; |
| 134 | print '</div>'; |
134 | print '</div>'; |
| 135 | |
135 | |
| 136 | #big wrapper div that will hopefully fix theme issues |
136 | #big wrapper div that will hopefully fix theme issues |
| 137 | print '<div id="app_box">'; |
137 | print '<div id="app_box">'; |