forked from extern/egroupware
Remove unwanted quotes around filename
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
<row class="row">
|
<row class="row">
|
||||||
<vfs-mime align="center" id="$row" size="16" class="selectIcon"/>
|
<vfs-mime align="center" id="$row" size="16" class="selectIcon"/>
|
||||||
<vfs id="$row" onclick="app.vfsSelectUI.select_clicked"/>
|
<vfs id="$row" onclick="app.vfsSelectUI.select_clicked"/>
|
||||||
<checkbox align="right" id="selected[]" selected_value=""$row_cont[name]""/>
|
<checkbox align="right" id="selected[]" selected_value="$row_cont[name]"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
Reference in New Issue
Block a user