diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-10-27 20:18:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 20:18:18 +0100 |
commit | b2b5ef3122e23ab68c5640aabfad5c7b0256cc04 (patch) | |
tree | 5419a51d724a3ce9a22981cabadd6d0dab44e7fb /application/render | |
parent | b8e5a253ab5521ce2be6c0d3e04e0101527df3c1 (diff) | |
parent | 34c8f558e595d4f90e46e3753c8455b0b515771a (diff) | |
download | Shaarli-b2b5ef3122e23ab68c5640aabfad5c7b0256cc04.tar.gz Shaarli-b2b5ef3122e23ab68c5640aabfad5c7b0256cc04.tar.zst Shaarli-b2b5ef3122e23ab68c5640aabfad5c7b0256cc04.zip |
Merge pull request #1587 from ArthurHoaro/feature/batch-bookmark-creation
Diffstat (limited to 'application/render')
-rw-r--r-- | application/render/TemplatePage.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/render/TemplatePage.php b/application/render/TemplatePage.php index 8af8228a..03b424f3 100644 --- a/application/render/TemplatePage.php +++ b/application/render/TemplatePage.php | |||
@@ -14,6 +14,7 @@ interface TemplatePage | |||
14 | public const DAILY = 'daily'; | 14 | public const DAILY = 'daily'; |
15 | public const DAILY_RSS = 'dailyrss'; | 15 | public const DAILY_RSS = 'dailyrss'; |
16 | public const EDIT_LINK = 'editlink'; | 16 | public const EDIT_LINK = 'editlink'; |
17 | public const EDIT_LINK_BATCH = 'editlink.batch'; | ||
17 | public const ERROR = 'error'; | 18 | public const ERROR = 'error'; |
18 | public const EXPORT = 'export'; | 19 | public const EXPORT = 'export'; |
19 | public const NETSCAPE_EXPORT_BOOKMARKS = 'export.bookmarks'; | 20 | public const NETSCAPE_EXPORT_BOOKMARKS = 'export.bookmarks'; |