Added extension documentation link image

This commit is contained in:
Matthew Barbour 2019-10-10 10:32:34 -05:00 committed by Shish
parent 51563017c8
commit ed17a631d0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

View File

@ -37,7 +37,7 @@ class ExtManagerTheme extends Themelet
//baseline_open_in_new_black_18dp.png
$h_enabled_box = $editable ? "<td><input type='checkbox' name='ext_" . html_escape($extension->key) . "' id='ext_" . html_escape($extension->key) . "'$h_disabled $h_enabled></td>" : "";
$h_docs = ($extension->documentation ? "<a href='$h_link'></a>" : ""); //TODO: A proper "docs" symbol would be preferred here.
$h_docs = ($extension->documentation ? "<a href='$h_link'><img src='ext/ext_manager/baseline_open_in_new_black_18dp.png'/></a>" : ""); //TODO: A proper "docs" symbol would be preferred here.
$html .= "
<tr data-ext='{$extension->name}'>