1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Frontend inline-editing preference added.

This commit is contained in:
Cameron
2016-06-09 16:44:40 -07:00
parent 7fdb27510f
commit a4203b72c7
6 changed files with 29 additions and 6 deletions

View File

@@ -1189,6 +1189,13 @@ $text .= "
".r_userclass('post_script',$pref['post_script'],'off','nobody,member,admin,main,classes')."
<div class='smalltext field-help'>".PRFLAN_216."</div>
</td>
</tr>
<tr>
<td><label for='inline-editing'>".PRFLAN_268.":</label></td>
<td>
".$frm->userclass('inline_editing',$pref['inline_editing'],'off','nobody,admin,main,classes,no-excludes')."
<div class='smalltext field-help'>".PRFLAN_269."</div>
</td>
</tr>
<tr>
<td><label for='filter-script'>".PRFLAN_217.":</label></td>