Subversion Repositories SmartDukaan

Rev

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

Rev 7312 Rev 7471
Line 124... Line 124...
124
			<th>Source Label</th>
124
			<th>Source Label</th>
125
			<th style="width:50%">Expert Review</th>
125
			<th style="width:50%">Expert Review</th>
126
			<th>Status</th>
126
			<th>Status</th>
127
			<th>Source Url</th>
127
			<th>Source Url</th>
128
			#if($action.canOrder())
128
			#if($action.canOrder())
129
			<th>Move to index</th>
129
			<th>Update Order</th>
130
			#end
130
			#end
131
			<th>Actions</th>
131
			<th>Actions</th>
132
		</tr>
132
		</tr>
133
		#set ($iter = -1)
133
		#set ($iter = -1)
134
		#set ($canDelete = $action.canDelete())
134
		#set ($canDelete = $action.canDelete())
Line 151... Line 151...
151
					<input type="submit" value="Move"/>
151
					<input type="submit" value="Move"/>
152
				</form>
152
				</form>
153
			</td>
153
			</td>
154
			#end
154
			#end
155
			<td>
155
			<td>
-
 
156
			#if($action.canSendForApproval($review))
-
 
157
			<a style="padding:1px" href="$entityId!sendForApproval?index=$iter" onclick="return confirm('Are you sure?');">Complete</a>
-
 
158
			#end
156
			#if($action.canAddDelete($review) || $canDelete)
159
			#if($action.canAddDelete($review) || $canDelete)
157
			<a style="padding:1px" href="$entityId!delete?index=$iter" onclick="return confirm('Are you sure?');">Delete</a>
160
			<a style="padding:1px" href="$entityId!delete?index=$iter" onclick="return confirm('Are you sure?');">Delete</a>
158
			#end
161
			#end
159
			#if($action.canApprove($review))
162
			#if($action.canApprove($review))
160
			<a style="padding:1px" href="$entityId!approve?index=$iter" onclick="return confirm('Are you sure?');">Approve</a>
163
			<a style="padding:1px" href="$entityId!approve?index=$iter" onclick="return confirm('Are you sure?');">Approve</a>
Line 163... Line 166...
163
			<a style="padding:1px" href="$entityId!publish?index=$iter" onclick="return confirm('Are you sure?');">Publish</a>
166
			<a style="padding:1px" href="$entityId!publish?index=$iter" onclick="return confirm('Are you sure?');">Publish</a>
164
			#end
167
			#end
165
			#if($action.canPhaseOut($review))
168
			#if($action.canPhaseOut($review))
166
			<a style="padding:1px" href="$entityId!phaseOut?index=$iter" onclick="return confirm('Are you sure?');">Phase out</a>
169
			<a style="padding:1px" href="$entityId!phaseOut?index=$iter" onclick="return confirm('Are you sure?');">Phase out</a>
167
			#end
170
			#end
-
 
171
			
168
			</td>
172
			</td>
169
		</tr>
173
		</tr>
170
		#end
174
		#end
171
	</table>
175
	</table>
172
</div>
176
</div>