X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Frender%2FTemplatePage.php;fp=application%2Frender%2FTemplatePage.php;h=03b424f3c5fc0d272c7e6da111759c392582fe6d;hb=af50eba28a7bd286de4c8c9ee6dc5216b915d149;hp=8af8228a01b42182575581d2de69a98f342f6e7f;hpb=b6f678a5a1d15acf284ebcec16c905e976671ce1;p=github%2Fshaarli%2FShaarli.git 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 public const DAILY = 'daily'; public const DAILY_RSS = 'dailyrss'; public const EDIT_LINK = 'editlink'; + public const EDIT_LINK_BATCH = 'editlink.batch'; public const ERROR = 'error'; public const EXPORT = 'export'; public const NETSCAPE_EXPORT_BOOKMARKS = 'export.bookmarks';