File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 116
116
</ div > < br />
117
117
< span class ="webpg-info plugin-title webpg-title "> </ span > < br />
118
118
< div class ="info-block ">
119
+ < span class ="webpg-info plugin-type-label "> </ span > : < span class ="webpg-info plugin-type "> </ span > < br />
119
120
< span class ="webpg-info plugin-version-label "> </ span > : < span class ="webpg-info plugin-version "> </ span > < br />
120
121
< span class ="webpg-info plugin-path-label "> </ span > : < span class ="webpg-info plugin-path "> </ span > < br />
121
122
</ div > < br />
Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ webpg.about = {
96
96
case "plugin-path" :
97
97
webpg . jq ( this ) . text ( webpg . plugin . webpg_status . plugin . path ) ;
98
98
break ;
99
+ case "plugin-type-label" :
100
+ webpg . jq ( this ) . text ( "Plugin Type" ) ;
101
+ break ;
102
+ case "plugin-type" :
103
+ webpg . jq ( this ) . text ( webpg . plugin . webpg_status . plugin . type ) ;
104
+ break ;
99
105
case "gnupg-title" :
100
106
webpg . jq ( this ) . text ( _ ( "GnuPG Information" ) ) ;
101
107
break ;
You can’t perform that action at this time.
0 commit comments