Commit 4e9e6fd95bc8550bbdbd2eb7a7c129aa6d85c42b
Merge branch 'TwoAnnotationEditStyle' into Develop
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -465,9 +465,9 @@ |
465 | 465 | </div> |
466 | 466 | <div class="well-popup well"> |
467 | 467 | <!--#7931--> |
468 | - <img src="content/images/blank-shape.jpg" alt="..." class="img-rounded img-responsive" ng-click="disableAnnotationtoolOnListManager||enableAnnotationToolBar()"> | |
468 | + | |
469 | 469 | <div id="edit-block" style="display: none; font-size: 13px;">Edit Shape Style</div> |
470 | - <img id="OnEdtShape" src="content/images/blank-shape.jpg" alt="..." class="img-rounded img-responsive" ng-click="enableAnnotationToolBar()"> | |
470 | + <img id="OnEdtShape" src="content/images/blank-shape.jpg" alt="..." class="img-rounded img-responsive" ng-click="disableAnnotationtoolOnListManager||enableAnnotationToolBar()"> | |
471 | 471 | |
472 | 472 | </div> |
473 | 473 | <div class="well well-popup"> | ... | ... |