Skip to content

Commit

Permalink
Merge branch 'i198' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Feb 18, 2011
2 parents 2ef965f + 826bfbe commit b859989
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rundeckapp/grails-app/views/menu/_workflowsFull.gsp
Expand Up @@ -99,6 +99,13 @@
<td style="text-align:left;vertical-align:top;" id="${rkey}wfcontent" class="wfcontent">

<div class="jobscontent head">
<g:if test="${!params.compact}">
<auth:allowed job="[jobName:'create',groupPath:'ui']" name="${UserAuth.WF_CREATE}">
<div class=" floatr" >
<g:link controller="scheduledExecution" action="create" class="button ">New <g:message code="domain.ScheduledExecution.title"/>&hellip;</g:link>
</div>
</auth:allowed>
</g:if>

<g:if test="${wasfiltered}">

Expand Down Expand Up @@ -152,13 +159,6 @@
</span>
</g:if>
</g:else>
<g:if test="${!params.compact}">
<auth:allowed job="[jobName:'create',groupPath:'ui']" name="${UserAuth.WF_CREATE}">
<div class=" floatr" >
<g:link controller="scheduledExecution" action="create" class="button ">New <g:message code="domain.ScheduledExecution.title"/>&hellip;</g:link>
</div>
</auth:allowed>
</g:if>
</div>

<g:if test="${flash.savedJob}">
Expand Down

0 comments on commit b859989

Please sign in to comment.