Ticket #9058: 9058.diff
| File 9058.diff, 1.3 KB (added by rmccue, 4 years ago) |
|---|
-
template.php
3387 3387 3388 3388 function drag_drop_help() { 3389 3389 return ' 3390 <p>' . __('Most of the modules on this screen can be moved. If you hover your mouse over the title bar of a module you ’ll notice the 4 arrow cursor appears to let you know it is movable. Click on it, hold down the mouse button and start dragging the module to a new location. As you drag the module, notice the dotted gray box that also moves. This box indicates where the module will be placed when you release the mouse button.') . '</p>3390 <p>' . __('Most of the modules on this screen can be moved. If you hover your mouse over the title bar of a module you’ll notice the 4 arrow cursor appears to let you know it is movable. Click on it, hold down the mouse button and start dragging the module to a new location. As you drag the module, notice the dotted gray box that also moves. This box indicates where the module will be placed when you release the mouse button.') . '</p> 3391 3391 <p>' . __('The same modules can be expanded and collapsed by clicking once on their title bar and also completely hidden from the Screen Options tab.') . '</p> 3392 3392 '; 3393 3393 }
