NIHVIVO-3321 added cancel button

This commit is contained in:
tworrall 2011-11-18 16:34:34 +00:00
parent dadc319622
commit 379dcf23a6

View file

@ -27,4 +27,10 @@
</select> </select>
<input type="submit" id="submit" value="Add a new item of this type" role="button" /> <input type="submit" id="submit" value="Add a new item of this type" role="button" />
<#if rangeOptionsExist = false >
<span class="or"> or </span>
<a title="Cancel" class="cancel" href="${cancelUrl}">Cancel</a>
</#if>
</form> </form>