From ddf5bf8968a12501939cd37898d303967b748600 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 21 Mar 2013 18:25:41 -0700 Subject: rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. --- view/tpl/event_form.tpl | 2 +- view/tpl/smarty3/event_form.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index 536c52b0f..c0502397d 100644 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -8,7 +8,7 @@ $desc - +
$s_text
$s_dsel $s_tsel diff --git a/view/tpl/smarty3/event_form.tpl b/view/tpl/smarty3/event_form.tpl index 335a9480b..96b7a3c2f 100644 --- a/view/tpl/smarty3/event_form.tpl +++ b/view/tpl/smarty3/event_form.tpl @@ -13,7 +13,7 @@ - +
{{$s_text}}
{{$s_dsel}} {{$s_tsel}} -- cgit v1.2.3