mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Removal of colon next to form label names.
This commit is contained in:
@@ -141,27 +141,27 @@ else {
|
||||
echo "<form method='post' action=''>";
|
||||
echo "<table>";
|
||||
echo " <tr>";
|
||||
echo " <td>Name:</td>";
|
||||
echo " <td>Name</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_name'></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td>Folder:</td>";
|
||||
echo " <td>Folder</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_folder'></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td>Start:</td>";
|
||||
echo " <td>Start</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_text_start'></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td>End:</td>";
|
||||
echo " <td>End</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_text_end'></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td>Desc:</td>";
|
||||
echo " <td>Desc</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_desc'></td>";
|
||||
echo " </tr>";
|
||||
//echo " <tr>";
|
||||
//echo " <td>clip_order:</td>";
|
||||
//echo " <td>clip_order</td>";
|
||||
//echo " <td><input type='text' class='txt' name='clip_order'></td>";
|
||||
//echo " </tr>";
|
||||
echo " <tr>";
|
||||
|
||||
Reference in New Issue
Block a user