Skip to content

Commit 804c37b

Browse files
committed
Missed file.
1 parent 0853899 commit 804c37b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BlogEngine/BlogEngine.NET/admin/app/custom/widgets/widgetView.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ <h4>Available Widgets</h4>
105105
<button ng-if="iw.ShowUnistall" ng-click="uninstallPackage(iw.Id)" title="{{lbl.remove}}">
106106
<i class="fa fa-trash"></i>
107107
</button>
108+
<button class="pull-right" ng-click="loadInfoForm(iw.Id, iw.Name, iw.Title, widgetZones.titles[0])" title="{{lbl.information}}">
108109
<i class="fa fa-info-circle"></i>
109110
</button>
110111
</div>

0 commit comments

Comments
 (0)