cards - change placeholdertext, separate from button text

This commit is contained in:
zotlabs
2017-08-24 18:34:12 -07:00
parent 341386a95b
commit 5c92337821
3 changed files with 8 additions and 2 deletions

View File

@@ -92,6 +92,8 @@ class Cards extends \Zotlabs\Web\Controller {
$x = [
'webpage' => ITEM_TYPE_CARD,
'is_owner' => true,
'content_label' => t('Add Card'),
'button' => t('Create'),
'nickname' => $channel['channel_address'],
'lockstate' => (($channel['channel_allow_cid'] || $channel['channel_allow_gid']
|| $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'),