CC-4679: Library: Deleting Webstream leaves the SAVE button

-fixed
This commit is contained in:
denise 2012-11-06 16:49:36 -05:00
parent f623445b0d
commit 29c7e58643
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
<li id='lib-new-ws'><a href="#">New Webstream</a></li>
</ul>
</div>
<?php if (isset($this->obj)) : ?>
<div class="btn-group pull-right">
<button class="btn btn-inverse" type="submit" id="webstream_save" name="submit">Save</button>
</div>
<?php if (isset($this->obj)) : ?>
<div class="btn-group pull-right">
<button id="ws_delete" class="btn" <?php if ($this->action == "new"): ?>style="display:none;"<?php endif; ?>aria-disabled="false">Delete</button>
</div>