From 09ece497f7211bf65aa026894fec22dd1605a20c Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 2 Feb 2013 16:10:27 -0800 Subject: more work on settings - move template utils to utils and get rid of mods --- view/tpl/settings.tpl | 16 ---------------- view/tpl/smarty3/settings.tpl | 16 ---------------- 2 files changed, 32 deletions(-) (limited to 'view') diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 48b3cffe7..72a7745df 100644 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -37,14 +37,10 @@ $nickname_block - $profile_in_dir -$blocktags - $suggestme - {{inc field_input.tpl with $field=$maxreq }}{{endinc}} {{inc field_input.tpl with $field=$cntunkmail }}{{endinc}} @@ -58,7 +54,6 @@ $suggestme

$expire.advanced

{{ inc field_yesno.tpl with $field=$expire.items }}{{endinc}} - {{ inc field_yesno.tpl with $field=$expire.notes }}{{endinc}} {{ inc field_yesno.tpl with $field=$expire.starred }}{{endinc}} {{ inc field_yesno.tpl with $field=$expire.network_only }}{{endinc}}
@@ -121,14 +116,3 @@ $group_select - -

$h_advn

-
$h_descadvn
- -$pagetype - -
- -
- - diff --git a/view/tpl/smarty3/settings.tpl b/view/tpl/smarty3/settings.tpl index a2710ddb6..316c52d62 100644 --- a/view/tpl/smarty3/settings.tpl +++ b/view/tpl/smarty3/settings.tpl @@ -42,14 +42,10 @@ - {{$profile_in_dir}} -{{$blocktags}} - {{$suggestme}} - {{include file="field_input.tpl" field=$maxreq}} {{include file="field_input.tpl" field=$cntunkmail}} @@ -63,7 +59,6 @@

{{$expire.advanced}}

{{include file="field_yesno.tpl" field=$expire.items}} - {{include file="field_yesno.tpl" field=$expire.notes}} {{include file="field_yesno.tpl" field=$expire.starred}} {{include file="field_yesno.tpl" field=$expire.network_only}}
@@ -126,14 +121,3 @@ - -

{{$h_advn}}

-
{{$h_descadvn}}
- -{{$pagetype}} - -
- -
- - -- cgit v1.2.3