|
|
@@ -50,7 +50,7 @@ |
|
|
|
<table class="table table-borderless"> |
|
|
|
<tbody> |
|
|
|
<tr> |
|
|
|
<td width="160">文档标题</td> |
|
|
|
<td width="160">软件标题</td> |
|
|
|
<td width="650"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td> |
|
|
|
<td width="160">简略标题</td> |
|
|
|
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="admin-input-sm"></td> |
|
|
|