From 37878bf0a35bcd0fc799892618a8b34ca0440c2c Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 28 Feb 2024 09:18:31 +0000 Subject: do away with deprecated activity types --- view/js/mod_poke.js | 5 ----- view/tpl/mood_content.tpl | 33 -------------------------------- view/tpl/poke_content.tpl | 48 ----------------------------------------------- 3 files changed, 86 deletions(-) delete mode 100644 view/js/mod_poke.js delete mode 100644 view/tpl/mood_content.tpl delete mode 100644 view/tpl/poke_content.tpl (limited to 'view') diff --git a/view/js/mod_poke.js b/view/js/mod_poke.js deleted file mode 100644 index 88fa9f7c2..000000000 --- a/view/js/mod_poke.js +++ /dev/null @@ -1,5 +0,0 @@ -$(document).ready(function() { - $("#poke-recip").contact_autocomplete(baseurl + '/acl', 'a', false, function(data) { - $("#poke-recip-complete").val(data.id); - }); -}); diff --git a/view/tpl/mood_content.tpl b/view/tpl/mood_content.tpl deleted file mode 100644 index 4cb5207f6..000000000 --- a/view/tpl/mood_content.tpl +++ /dev/null @@ -1,33 +0,0 @@ - -
-
-

{{$title}}

-
-
- -
{{$desc}}
- -
-
- - -
-
-
- - - -
- -
-
-
- - -
-
-
diff --git a/view/tpl/poke_content.tpl b/view/tpl/poke_content.tpl deleted file mode 100644 index 3872d21ff..000000000 --- a/view/tpl/poke_content.tpl +++ /dev/null @@ -1,48 +0,0 @@ - -
-
-

{{$title}}

-
-
- -
{{$desc}}
- -
-
- - -
- - -
- - -
- - - - - -{{if $poke_basic}} - -{{else}} -
- - -
-{{/if}} - -{{if ! $parent}} -{{include file="field_checkbox.tpl" field=$private}} -{{/if}} - - -
- - -
-
-- cgit v1.2.3