title=>name
This commit is contained in:
parent
2c8394a4b9
commit
834044b15b
@ -1171,7 +1171,7 @@ function status_editor($a, $x, $popup = false) {
|
|||||||
'$action' => $a->get_baseurl(true) . '/item',
|
'$action' => $a->get_baseurl(true) . '/item',
|
||||||
'$share' => (x($x,'button') ? $x['button'] : t('Share')),
|
'$share' => (x($x,'button') ? $x['button'] : t('Share')),
|
||||||
'$webpage' => $webpage,
|
'$webpage' => $webpage,
|
||||||
'$placeholdpagetitle' => ((x($x,'ptlabel')) ? $x['ptlabel'] : t('Page link title')),
|
'$placeholdpagetitle' => ((x($x,'ptlabel')) ? $x['ptlabel'] : t('Page link name')),
|
||||||
'$pagetitle' => (x($x,'pagetitle') ? $x['pagetitle'] : ''),
|
'$pagetitle' => (x($x,'pagetitle') ? $x['pagetitle'] : ''),
|
||||||
'$id_select' => $id_select,
|
'$id_select' => $id_select,
|
||||||
'$id_seltext' => t('Post as'),
|
'$id_seltext' => t('Post as'),
|
||||||
|
@ -19,6 +19,11 @@
|
|||||||
<span class="channel-id-select-desc">{{$id_seltext}}</span> {{$id_select}}
|
<span class="channel-id-select-desc">{{$id_seltext}}</span> {{$id_select}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
{{if $webpage}}
|
||||||
|
<div id="jot-pagetitle-wrap" class="jothidden" style="display:none">
|
||||||
|
<input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}">
|
||||||
|
</div>
|
||||||
|
{{/if}}
|
||||||
<div id="jot-title-wrap" class="jothidden" style="display:none">
|
<div id="jot-title-wrap" class="jothidden" style="display:none">
|
||||||
<input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" tabindex=1 value="{{$title}}">
|
<input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" tabindex=1 value="{{$title}}">
|
||||||
</div>
|
</div>
|
||||||
@ -27,11 +32,6 @@
|
|||||||
<input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" data-role="cat-tagsinput">
|
<input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" data-role="cat-tagsinput">
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{if $webpage}}
|
|
||||||
<div id="jot-pagetitle-wrap" class="jothidden" style="display:none">
|
|
||||||
<input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}">
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
|
||||||
<div id="jot-text-wrap">
|
<div id="jot-text-wrap">
|
||||||
<textarea class="profile-jot-text" id="profile-jot-text" name="body" tabindex=2 placeholder="{{$share}}">{{$content}}</textarea>
|
<textarea class="profile-jot-text" id="profile-jot-text" name="body" tabindex=2 placeholder="{{$share}}">{{$content}}</textarea>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user