Subversion Repositories SmartDukaan

Rev

Rev 1152 | Rev 2097 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1152 Rev 2095
Line 182... Line 182...
182
    #sactionmessage()
182
    #sactionmessage()
183
	</div>
183
	</div>
184
	<div style="color:red;">
184
	<div style="color:red;">
185
	#sactionerror()
185
	#sactionerror()
186
	</div>
186
	</div>
-
 
187
	
-
 
188
	#set($inconsistententities = $action.getInconsistentEntities())
-
 
189
	<div style="color:red;">
-
 
190
		Following entities are not yet complete.
-
 
191
		<ul>
-
 
192
	#if($inconsistententities && !$inconsistententities.isEmpty())
-
 
193
		#foreach($inconsistententity in $inconsistententities)
-
 
194
			<li>$inconsistententity</li>
-
 
195
		#end
-
 
196
		</ul>
-
 
197
		Please complete them before 2.45 PM. Otherwise these entities will be removed from www.saholic.com. 
-
 
198
	</div>
-
 
199
	#end
187
    <!--
200
    <!--
188
    <a href="$request.contextPath/entity/new">Create New</a>
201
    <a href="$request.contextPath/entity/new">Create New</a>
189
	-->
202
	-->
190
    <p></p>
203
    <p></p>
191
    #set ( $entitiesState = $action.getEntitiesState() )
204
    #set ( $entitiesState = $action.getEntitiesState() )