|  | @@ -133,14 +133,14 @@ class pageHtml extends React.Component {
 | 
	
		
			
			| 133 | 133 |  
 | 
	
		
			
			| 134 | 134 |          <PopinFixedOption
 | 
	
		
			
			| 135 | 135 |            customClass={`${config.customClass}`}
 | 
	
		
			
			| 136 |  | -          onClickNewVersion={this.handleClickNewVersion}
 | 
	
		
			
			|  | 136 | +          onClickNewVersionBtn={this.handleClickNewVersion}
 | 
	
		
			
			| 137 | 137 |            i18n={i18n}
 | 
	
		
			
			| 138 | 138 |          />
 | 
	
		
			
			| 139 | 139 |  
 | 
	
		
			
			| 140 | 140 |          <PopinFixedContent customClass={`${config.customClass}__contentpage`}>
 | 
	
		
			
			| 141 | 141 |            <PageHtmlComponent
 | 
	
		
			
			| 142 | 142 |              mode={this.state.mode}
 | 
	
		
			
			| 143 |  | -            onClickCloseNewVersion={this.handleCloseNewVersion}
 | 
	
		
			
			|  | 143 | +            onClickCloseEditMode={this.handleCloseNewVersion}
 | 
	
		
			
			| 144 | 144 |              version={content.version}
 | 
	
		
			
			| 145 | 145 |              text={content.text}
 | 
	
		
			
			| 146 | 146 |              key={'PageHtml'}
 |