Merge pull request #799 from brayanpereyra/BUG-8935
BUG 8935 I add a panel to photo in summary SOLVED
This commit is contained in:
@@ -389,6 +389,13 @@ Ext.onReady(function(){
|
|||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
userPhoto = new Ext.form.FieldSet({
|
||||||
|
title: _('ID_PHOTO'),
|
||||||
|
items: [
|
||||||
|
{html: '<div class="thumb" align="center"><img src="users_ViewPhotoGrid?h='+Math.random()+'&pUID='+USERS.USR_UID+'"></div>'}
|
||||||
|
]
|
||||||
|
});
|
||||||
|
|
||||||
viewForm = new Ext.FormPanel({
|
viewForm = new Ext.FormPanel({
|
||||||
frame: true,
|
frame: true,
|
||||||
//autoScroll: true,
|
//autoScroll: true,
|
||||||
@@ -399,7 +406,7 @@ Ext.onReady(function(){
|
|||||||
autoScroll: true,
|
autoScroll: true,
|
||||||
items:[
|
items:[
|
||||||
{columnWidth:.6, padding: 3, layout: 'form', items: [userFields]},
|
{columnWidth:.6, padding: 3, layout: 'form', items: [userFields]},
|
||||||
{columnWidth:.4, padding: 3, layout: 'form', items: [caseFields]}
|
{columnWidth:.4, padding: 3, layout: 'form', items: [userPhoto, caseFields]}
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user