Skip to content
Snippets Groups Projects
Commit ba662002 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-312] Merging test into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1553 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent e61d6b51
No related branches found
No related tags found
No related merge requests found
sites/all/modules/unl/images/feedback_toolbar.png

1.31 KiB | W: | H:

sites/all/modules/unl/images/feedback_toolbar.png

1.37 KiB | W: | H:

sites/all/modules/unl/images/feedback_toolbar.png
sites/all/modules/unl/images/feedback_toolbar.png
sites/all/modules/unl/images/feedback_toolbar.png
sites/all/modules/unl/images/feedback_toolbar.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -123,7 +123,7 @@ function unl_page_alter(&$page) {
*/
function unl_toolbar_add_links($toolbar) {
$link['html'] = TRUE;
$icon = '<span style="background-image:url('. base_path() . 'sites/all/modules/unl/images/feedback_toolbar.png); width:20px; height:20px; text-indent:-9999px; display:block;">Feedback</span>';
$icon = '<span style="background-image:url('. base_path() . 'sites/all/modules/unl/images/feedback_toolbar.png); background-repeat: no-repeat; width:17px; height:14px; text-indent:-9999px; display:block; margin: 3px 0;">Feedback</span>';
$link['title'] = t("!icon", array('!icon' => $icon));
$link['attributes']['title'] = t('Submit technical feedback/issues/problems about the UNLcms system');
$link['href'] = 'user/unl/technical_feedback';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment