-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add share icon in Wallabag settings title bar
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]"); | ||
} | ||
|
@@ -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\"> | ||
|