Skip to content

Commit

Permalink
add share icon in Wallabag settings title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
joshp23 committed Dec 11, 2018
1 parent 0d81696 commit 330b806
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wallabag_v2/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Wallabag_v2 extends Plugin {
private $host;

function about() {
return array("1.7.1",
return array("1.8.0",
"Post articles to a Wallabag v 2.x instance",
"[email protected]");
}
Expand Down Expand Up @@ -117,7 +117,8 @@ function hook_prefs_tab($args) {
$w_csec = $this->host->get($this, "wallabag_client_secret");
$w_access = $this->host->get($this, "wallabag_access_token");

print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__("Wallabag v2")."\">";
print "<div dojoType=\"dijit.layout.AccordionPane\"
title=\" <i class='material-icons'>share</i> ".__("Wallabag v2")."\">";
print "<br/>";
print "<form dojoType=\"dijit.form.Form\">";
print "<script type=\"dojo/method\" event=\"onSubmit\" args=\"evt\">
Expand Down

0 comments on commit 330b806

Please sign in to comment.