Ignore:
Timestamp:
23.10.2009 16:12:55 (3 years ago)
Author:
chris
Message:

zms-2.11.4-01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/object/f_submitbtn.dtml

    r715 r750  
    22<dtml-call "REQUEST.set('submitBtnCount',REQUEST.get('submitBtnCount',-1)+1)"> 
    33<hr size="1"/> 
    4 <dtml-if "REQUEST.get('ZMS_CONTENT_EDITABLE',True) and not REQUEST.form.has_key('ZMS_VERSION_%s'%id)"> 
    5 <dtml-if "REQUEST.get('ZMS_INSERT',None) is not None"><dtml-call "REQUEST.set('submitBtn',getZMILangStr('BTN_INSERT'))"><dtml-else><dtml-call "REQUEST.set('submitBtn',getZMILangStr('BTN_SAVE'))"></dtml-if><input class="form-submit" id="submitBtn<dtml-var "REQUEST.get('submitBtnCount')">" name="btn" type="submit" value="<dtml-var "REQUEST.get('submitBtn')" html_quote>" accesskey="<dtml-var "REQUEST.get('submitBtn')[0]" html_quote>" title="ALT+Shift+<dtml-var "REQUEST.get('submitBtn')[0]" html_quote>" onclick="<dtml-var "REQUEST.get('beforeSubmitBtnClick','')">processMultiselectsOnFormSubmit(); self.btnClicked=this.value;<dtml-var "REQUEST.get('afterSubmitBtnClick','')">"> 
     4<dtml-if "not REQUEST.form.has_key('ZMS_VERSION_%s'%id)"> 
     5<dtml-if "REQUEST.get('ZMS_INSERT') is not None"><dtml-call "REQUEST.set('submitBtn',getZMILangStr('BTN_INSERT'))"><dtml-else><dtml-call "REQUEST.set('submitBtn',getZMILangStr('BTN_SAVE'))"></dtml-if><input class="form-submit" id="submitBtn<dtml-var "REQUEST.get('submitBtnCount')">" name="btn" type="submit" value="<dtml-var "REQUEST.get('submitBtn')" html_quote>" accesskey="<dtml-var "REQUEST.get('submitBtn')[0]" html_quote>" title="ALT+Shift+<dtml-var "REQUEST.get('submitBtn')[0]" html_quote>" onclick="<dtml-var "REQUEST.get('beforeSubmitBtnClick','')">processMultiselectsOnFormSubmit(); self.btnClicked=this.value;<dtml-var "REQUEST.get('afterSubmitBtnClick','')">"> 
    66</dtml-if> 
    7 <dtml-if "REQUEST.get('ZMS_INSERT',None) is not None"><dtml-call "REQUEST.set('submitBtn',getZMILangStr('BTN_CANCEL'))"><dtml-else><dtml-call "REQUEST.set('submitBtn',getZMILangStr('BTN_BACK'))"></dtml-if><input class="form-submit" name="btn" type="submit" value="<dtml-var "REQUEST.get('submitBtn')" html_quote>" accesskey="<dtml-var "REQUEST.get('submitBtn')[0]" html_quote>" title="ALT+Shift+<dtml-var "REQUEST.get('submitBtn')[0]" html_quote>" onclick="self.btnClicked=this.value;"> 
    8 <dtml-if "REQUEST.get('ZMS_CONTENT_EDITABLE',True) and not REQUEST.form.has_key('ZMS_VERSION_%s'%id)"> 
    9 </dtml-if> 
     7<dtml-if "REQUEST.get('ZMS_INSERT') is not None"><dtml-call "REQUEST.set('submitBtn',getZMILangStr('BTN_CANCEL'))"><dtml-else><dtml-call "REQUEST.set('submitBtn',getZMILangStr('BTN_BACK'))"></dtml-if><input class="form-submit" name="btn" type="submit" value="<dtml-var "REQUEST.get('submitBtn')" html_quote>" accesskey="<dtml-var "REQUEST.get('submitBtn')[0]" html_quote>" title="ALT+Shift+<dtml-var "REQUEST.get('submitBtn')[0]" html_quote>" onclick="self.btnClicked=this.value;"> 
    108<br/><br/> 
    119</dtml-unless> 
Note: See TracChangeset for help on using the changeset viewer.