Merge branch 'master' of https://github.com/redmatrix/hubzilla
This commit is contained in:
commit
b704f977da
@ -68,7 +68,6 @@ require_once('include/html2plain.php');
|
|||||||
require_once('include/cli_startup.php');
|
require_once('include/cli_startup.php');
|
||||||
require_once('include/zot.php');
|
require_once('include/zot.php');
|
||||||
require_once('include/queue_fn.php');
|
require_once('include/queue_fn.php');
|
||||||
require_once('include/session.php');
|
|
||||||
require_once('include/datetime.php');
|
require_once('include/datetime.php');
|
||||||
require_once('include/items.php');
|
require_once('include/items.php');
|
||||||
require_once('include/bbcode.php');
|
require_once('include/bbcode.php');
|
||||||
|
@ -11,7 +11,6 @@ function ratenotif_run($argv, $argc){
|
|||||||
|
|
||||||
$a = get_app();
|
$a = get_app();
|
||||||
|
|
||||||
require_once("session.php");
|
|
||||||
require_once("datetime.php");
|
require_once("datetime.php");
|
||||||
require_once('include/items.php');
|
require_once('include/items.php');
|
||||||
require_once('include/Contact.php');
|
require_once('include/Contact.php');
|
||||||
|
@ -1317,7 +1317,7 @@ function widget_admin($arr) {
|
|||||||
'plugins' => array(z_root() . '/admin/plugins/', t('Plugins'), 'plugins'),
|
'plugins' => array(z_root() . '/admin/plugins/', t('Plugins'), 'plugins'),
|
||||||
'themes' => array(z_root() . '/admin/themes/', t('Themes'), 'themes'),
|
'themes' => array(z_root() . '/admin/themes/', t('Themes'), 'themes'),
|
||||||
'queue' => array(z_root() . '/admin/queue', t('Inspect queue'), 'queue'),
|
'queue' => array(z_root() . '/admin/queue', t('Inspect queue'), 'queue'),
|
||||||
'profs' => array(z_root() . '/admin/profs', t('Profile Config'), 'profs'),
|
'profs' => array(z_root() . '/admin/profs', t('Profile Fields'), 'profs'),
|
||||||
'dbsync' => array(z_root() . '/admin/dbsync/', t('DB updates'), 'dbsync')
|
'dbsync' => array(z_root() . '/admin/dbsync/', t('DB updates'), 'dbsync')
|
||||||
|
|
||||||
);
|
);
|
||||||
|
@ -1757,16 +1757,16 @@ function admin_page_profs(&$a) {
|
|||||||
|
|
||||||
|
|
||||||
$o = replace_macros(get_markup_template('admin_profiles.tpl'),array(
|
$o = replace_macros(get_markup_template('admin_profiles.tpl'),array(
|
||||||
'$title' => t('Profile Management'),
|
'$title' => t('Profile Fields'),
|
||||||
'$basic' => array('basic',t('Basic Profile Fields'),$basic,''),
|
'$basic' => array('basic',t('Basic Profile Fields'),$basic,''),
|
||||||
'$advanced' => array('advanced',t('Advanced Profile Fields'),$advanced,t('In addition to basic fields')),
|
'$advanced' => array('advanced',t('Advanced Profile Fields'),$advanced,t('(In addition to basic fields)')),
|
||||||
'$all' => $all,
|
'$all' => $all,
|
||||||
'$all_desc' => t('All available fields'),
|
'$all_desc' => t('All available fields'),
|
||||||
'$cust_field_desc' => t('Custom Fields'),
|
'$cust_field_desc' => t('Custom Fields'),
|
||||||
'$cust_fields' => $r,
|
'$cust_fields' => $r,
|
||||||
'$edit' => t('Edit'),
|
'$edit' => t('Edit'),
|
||||||
'$drop' => t('Delete'),
|
'$drop' => t('Delete'),
|
||||||
'$new' => t('Create'),
|
'$new' => t('Create Custom Field'),
|
||||||
'$submit' => t('Submit')
|
'$submit' => t('Submit')
|
||||||
));
|
));
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2016-03-01.1323H
|
2016-03-02.1324H
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
s met dit e-mailadres een account aangemaakt op {{$sitename}}.
|
Er is met dit e-mailadres een account aangemaakt op {{$sitename}}.
|
||||||
De inloggegevens zijn als volgt:
|
De inloggegevens zijn als volgt:
|
||||||
|
|
||||||
Hub: {{$siteurl}}
|
Hub: {{$siteurl}}
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
<div class="generic-content-wrapper">
|
<div class="generic-content-wrapper">
|
||||||
<h2>{{$title}}</h2>
|
<div class="section-title-wrapper"><a title="{{$new}}" class="btn btn-primary btn-xs pull-right" href="admin/profs/new"><i class="icon-plus-sign"> {{$new}}</i></a><h2>{{$title}}</h2>
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section-content-tools-wrapper">
|
||||||
|
|
||||||
|
<div class="section-content-info-wrapper">{{$all_desc}}
|
||||||
|
<br /><br />
|
||||||
|
{{$all}}
|
||||||
|
</div>
|
||||||
|
|
||||||
<form action="admin/profs" method="post">
|
<form action="admin/profs" method="post">
|
||||||
|
|
||||||
@ -10,22 +19,20 @@
|
|||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div>{{$all_desc}}</div>
|
|
||||||
|
|
||||||
<div>{{$all}}</div>
|
|
||||||
|
|
||||||
<br /><br />
|
|
||||||
<div>{{$cust_field_desc}}</div>
|
|
||||||
|
|
||||||
<button href="admin/profs/new">{{$new}}</button>
|
|
||||||
|
|
||||||
{{if $cust_fields}}
|
{{if $cust_fields}}
|
||||||
<table>
|
<br /><br />
|
||||||
|
<div><strong>{{$cust_field_desc}}</strong></div>
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<table width="100%">
|
||||||
{{foreach $cust_fields as $field}}
|
{{foreach $cust_fields as $field}}
|
||||||
<tr><td>{{$field.field_desc}}</td><td>{{$field.field_name}}</td><td><a href="admin/profs/{{$field.id}}" >{{$edit}}</a> <a href="admin/profs/drop/{{$field.id}}">{{$drop}}</a></td></tr>
|
<tr><td>{{$field.field_name}}</td><td>{{$field.field_desc}}</td><td><a class="btn btn-danger btn-xs" href="admin/profs/drop/{{$field.id}}" title="{{$drop}}"><i class="icon-trash"></i> {{$drop}}</a> <a class="btn btn-xs" title="{{$edit}}" href="admin/profs/{{$field.id}}" ><i class="icon-pencil"></i></a></td></tr>
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
</table>
|
</table>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user