src/cm/media/js/client/c_interface_forms.js
changeset 11 7b8167c4aa6f
parent 0 40c8f766c9b8
child 341 053551f213fb
equal deleted inserted replaced
10:99c682f51ecf 11:7b8167c4aa6f
    10 		'formEnd' 		:'</form>',
    10 		'formEnd' 		:'</form>',
    11 		'changeScope' 	:'<div id="###">' + gettext("Modify comment's scope:") + '<input type="checkbox" name="change_scope"></input></div>',
    11 		'changeScope' 	:'<div id="###">' + gettext("Modify comment's scope:") + '<input type="checkbox" name="change_scope"></input></div>',
    12 		'headerTitle'	:'<center><div id="###" class="c-header-title"></div></center>',
    12 		'headerTitle'	:'<center><div id="###" class="c-header-title"></div></center>',
    13 		'currentSel'	:'<div id="###">' + gettext('Comment will apply to this selection:') + '<br/><div class="current_sel"><div id="???" class="current_sel_ins">' + gNoSelectionYet + '</div></div>#hiddeninput#</div>',
    13 		'currentSel'	:'<div id="###">' + gettext('Comment will apply to this selection:') + '<br/><div class="current_sel"><div id="???" class="current_sel_ins">' + gNoSelectionYet + '</div></div>#hiddeninput#</div>',
    14 		'btns'			:'<center><input id="###" type="button" value="' + gettext('Save') + '" /><input id="???" type="button" value="' + gettext('Cancel') + '" /></center>',
    14 		'btns'			:'<center><input id="###" type="button" value="' + gettext('Save') + '" /><input id="???" type="button" value="' + gettext('Cancel') + '" /></center>',
    15 		'closeIcon' 	:'<a id="###" class="c-close c-iclose" title="' + gettext('close') + '"><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</em></a>'
    15 		'closeIcon' 	:'<a id="###" class="c-close" title="' + gettext('close') + '"><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</em></a>'
    16 		} ;
    16 		} ;
    17 
    17 
    18 // returns {'headerContent':headerHtml, 'bodyContent':bodyHtml}
    18 // returns {'headerContent':headerHtml, 'bodyContent':bodyHtml}
    19 getHtml = function(ids) {
    19 getHtml = function(ids) {
    20 	ret = {} ;
    20 	ret = {} ;