Skip to content

Commit 9b94c86

Browse files
committed
feat(manager) show template id in select on Document page
1 parent 03f0f26 commit 9b94c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/actions/mutate_content.dynamic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ function SetUrl(url, width, height, alt) {
747747

748748
$selectedtext = ($row['id'] == $content['template']) ? ' selected="selected"' : '';
749749

750-
echo "\t\t\t\t\t" . '<option value="' . $row['id'] . '"' . $selectedtext . '>' . $row['templatename'] . "</option>\n";
750+
echo "\t\t\t\t\t" . '<option value="' . $row['id'] . '"' . $selectedtext . '>' . $row['templatename'] . " (".$row['id'].")</option>\n";
751751
$currentCategory = $thisCategory;
752752
}
753753
if($thisCategory != '') {

0 commit comments

Comments
 (0)